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
d890cd35
Commit
d890cd35
authored
2 years ago
by
Adrian A. Weber
Committed by
Pierre-Alain Loizeau
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
deactivate hist generation + new calib selection
parent
5f5e7fc3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!880
Changes from mCBM 2022 prod to mCBM macros and parameters
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/beamtime/mcbm2022/mcbm_event_reco.C
+5
-3
5 additions, 3 deletions
macro/beamtime/mcbm2022/mcbm_event_reco.C
with
5 additions
and
3 deletions
macro/beamtime/mcbm2022/mcbm_event_reco.C
+
5
−
3
View file @
d890cd35
...
...
@@ -84,7 +84,7 @@ Bool_t mcbm_event_reco(UInt_t uRunId = 2391,
Int_t
iSel2
=
20
;
//500;
// Tracking
Int_t
iSel
=
1
;
//500;//910041;
Int_t
iSel
=
-
1
;
//500;//910041;
Int_t
iTrackingSetup
=
2
;
Int_t
iGenCor
=
1
;
Double_t
dScalFac
=
1
.;
...
...
@@ -101,12 +101,14 @@ Bool_t mcbm_event_reco(UInt_t uRunId = 2391,
if
(
uRunId
>=
1588
)
cCalId
=
"1588.50.6.0"
;
if
(
uRunId
>=
2160
)
cCalId
=
"2160.50.4.0"
;
if
(
uRunId
>=
2352
)
cCalId
=
"2365.5.lxbk0600"
;
if
(
uRunId
>=
2391
)
cCalId
=
"2391.5.lxbk0598"
;
Int_t
iCalSet
=
30040500
;
// calibration settings
if
(
uRunId
>=
759
)
iCalSet
=
10020500
;
if
(
uRunId
>=
812
)
iCalSet
=
10020500
;
if
(
uRunId
>=
1588
)
iCalSet
=
12002002
;
if
(
uRunId
>=
2160
)
iCalSet
=
700900500
;
if
(
uRunId
>=
2352
)
iCalSet
=
42032500
;
if
(
uRunId
>=
2391
)
iCalSet
=
22002500
;
Double_t
Tint
=
100
.;
// coincidence time interval
Int_t
iTrackMode
=
2
;
// 2 for TofTracker
...
...
@@ -504,7 +506,7 @@ Bool_t mcbm_event_reco(UInt_t uRunId = 2391,
iDut
=
(
iDut
-
iDutRpc
)
/
10
;
Int_t
iDutSm
=
iDut
%
10
;
iDut
=
(
iDut
-
iDutSm
)
/
10
;
tofCluster
->
SetDutId
(
iDut
);
tofCluster
->
SetDutId
(
-
1
);
//
(iDut);
tofCluster
->
SetDutSm
(
iDutSm
);
tofCluster
->
SetDutRpc
(
iDutRpc
);
...
...
@@ -928,7 +930,7 @@ Bool_t mcbm_event_reco(UInt_t uRunId = 2391,
// e.g for RICH:
// CbmRichMCbmQaReal* qaTask = new CbmRichMCbmQaReal();
// Int_t taskId =
1
;
// Int_t taskId =
2
;
// if (taskId < 0) { qaTask->SetOutputDir(Form("result_run%d", uRunId)); }
// else {
// qaTask->SetOutputDir(Form("result_run%d_%05d", uRunId, taskId));
...
...
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