Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan de Cuveland
cbmroot
Commits
e31c5bfc
Commit
e31c5bfc
authored
3 weeks ago
by
Sergei Zharko
Browse files
Options
Downloads
Patches
Plain Diff
online: bugfix in kfp configuring
parent
3614fb4e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algo/global/ParFiles.cxx
+2
-0
2 additions, 0 deletions
algo/global/ParFiles.cxx
external/InstallParameter.cmake
+1
-3
1 addition, 3 deletions
external/InstallParameter.cmake
with
3 additions
and
3 deletions
algo/global/ParFiles.cxx
+
2
−
0
View file @
e31c5bfc
...
...
@@ -120,6 +120,8 @@ ParFiles::ParFiles(uint32_t runId)
trd
.
hitfinder2d
=
"mcbm2025_02/TrdHitfinder2DPar.yaml"
;
ca
.
mainConfig
=
"mcbm2025_02/TrackingChainConfig.yaml"
;
kfp
.
V0FinderConfig
=
"mcbm2025_02/kfp_lambda_v25a.yaml"
;
break
;
default:
throw
FatalError
(
"Unknown setup: {}"
,
ToString
(
setup
));
...
...
This diff is collapsed.
Click to expand it.
external/InstallParameter.cmake
+
1
−
3
View file @
e31c5bfc
set
(
PARAMETER_VERSION
cf6a880a56a8695b485efe358231270e9179cb82
)
# 2025/02/15
set
(
PARAMETER_VERSION
99acefb7a5d6667893b319a44a20b265cfb6fbac
)
# 2025/02/15
set
(
PARAMETER_SRC_URL
"https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git"
)
#set(PARAMETER_VERSION 96b2189ac86b3d49c32f63da76e68f66544bba55) # 2025/05/02, BMON hitfinder parameters for online
#set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/s.zharko/cbmroot_parameter.git")
download_project_if_needed
(
PROJECT Parameter_source
GIT_REPOSITORY
${
PARAMETER_SRC_URL
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment