Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Computing
cbmroot
Commits
6c6d5d39
Commit
6c6d5d39
authored
1 month ago
by
Alexandru Bercuci
Browse files
Options
Downloads
Patches
Plain Diff
remove tests, link correct calib file for TRD2D
parent
70d5837c
No related branches found
No related tags found
1 merge request
!2012
online calibration parameters for TRD2D.
Pipeline
#32901
failed
1 month ago
Stage: package
Stage: verify
Stage: documentation
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
algo/global/ParFiles.cxx
+1
-5
1 addition, 5 deletions
algo/global/ParFiles.cxx
with
1 addition
and
5 deletions
algo/global/ParFiles.cxx
+
1
−
5
View file @
6c6d5d39
...
...
@@ -101,17 +101,13 @@ ParFiles::ParFiles(uint32_t runId)
trd
.
readout
=
"mcbm2025_02/TrdReadoutSetup.yaml"
;
trd
.
readout2d
=
"mcbm2025_02/Trd2dReadoutSetup.yaml"
;
trd
.
fee2d
=
"mcbm2025_02/Trd2dCalibFee.yaml"
;
trd
.
hitfinder
=
"mcbm2025_02/TrdHitfinderPar.yaml"
;
trd
.
hitfinder2d
=
"mcbm2025_02/TrdHitfinder2DPar.yaml"
;
ca
.
mainConfig
=
"mcbm2025_02/TrackingChainConfig.yaml"
;
break
;
// case Setup::mCBM2025_02:
// trd.readout2d = "mcbm2025_02/Trd2dReadoutSetup.yaml";
// trd.fee2d = "mcbm2025_02/Trd2dCalibFee.yaml";
// break;
default:
throw
FatalError
(
"Unknown setup: {}"
,
ToString
(
setup
));
}
}
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