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
Merge requests
!971
mCBM Common reco macro + CI tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
mCBM Common reco macro + CI tests
a.toia/cbmroot:CommonRecoMacro
into
master
Overview
20
Commits
5
Pipelines
22
Changes
5
Merged
Alberica Toia
requested to merge
a.toia/cbmroot:CommonRecoMacro
into
master
2 years ago
Overview
20
Commits
5
Pipelines
22
Changes
5
Expand
0
0
Merge request reports
Viewing commit
98f76ee8
Prev
Next
Show latest version
5 files
+
26
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
98f76ee8
[mCBM] add setter for RICH ICD base path + fix RICH par path in 2022 reco macro
· 98f76ee8
Pierre-Alain Loizeau
authored
2 years ago
macro/beamtime/mcbm2022/mcbm_event_reco_L1.C
+
3
−
1
Options
@@ -479,7 +479,9 @@ Bool_t mcbm_event_reco_L1(UInt_t uRunId = 2391,
if
(
bRICH
&&
geoSetup
->
IsActive
(
ECbmModuleId
::
kRich
))
{
// ----- Local reconstruction of RICH Hits ------------------------------
CbmRichMCbmHitProducer
*
hitProd
=
new
CbmRichMCbmHitProducer
();
hitProd
->
SetMappingFile
(
"mRICH_Mapping_vert_20190318_elView.geo"
);
hitProd
->
SetMappingFile
(
std
::
string
(
srcDir
.
Data
())
+
"/macro/rich/mcbm/beamtime/mRICH_Mapping_vert_20190318_elView.geo"
);
hitProd
->
SetIcdFilenameBase
(
std
::
string
(
srcDir
.
Data
())
+
"/macro/beamtime/mcbm2022/icd_offset_it"
);
hitProd
->
setToTLimits
(
23
.
7
,
30
.
0
);
hitProd
->
applyToTCut
();
hitProd
->
applyICDCorrection
();
Loading