Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Alain Loizeau
cbmroot_geometry
Commits
2fa129d7
Commit
2fa129d7
authored
Oct 27, 2021
by
David Emschermann
Browse files
fix mCBM 2022 May setup, refs #2306
parent
b5855eb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup/setup_mcbm_beam_2022_02.C
View file @
2fa129d7
...
...
@@ -6,6 +6,8 @@
**
**/
// clang-format off
// 2021-10-03 - SR - setup for 2022 beamtime for the study of lambda physics
// 2021-09-28 - DE - surveyed position of TRD v21b, TOF v21d and RICH v21a
// 2020-08-17 - DE - add TRD v21a, add TOF v21c, disable MUCH v20a
...
...
@@ -56,7 +58,7 @@ void setup_mcbm_beam_2022_02() {
TString
pipeGeoTag
=
"v19f_mcbm"
;
// pipe after target box
// TString mvdGeoTag = "v18b_mcbm";
TString
stsGeoTag
=
"v20e_mcbm"
;
TString
muchGeoTag
=
"v22a_mcbm"
;
// 2 layer
TString
muchGeoTag
=
"v22a_mcbm"
;
// 2 layer
s
TString
trdGeoTag
=
"v22a_mcbm"
;
// 2022
TString
tofGeoTag
=
"v20d_mcbm"
;
// TOF double wall
TString
richGeoTag
=
"v20d_mcbm"
;
// geometry provided by RICH group
...
...
@@ -92,4 +94,6 @@ void setup_mcbm_beam_2022_02() {
// ----- Screen output ------------------------------------------------
setup
->
Print
();
// ------------------------------------------------------------------------
// clang-format on
}
setup/setup_mcbm_beam_2022_05.C
View file @
2fa129d7
...
...
@@ -6,6 +6,8 @@
**
**/
// clang-format off
// 2021-10-03 - SR - setup for 2022 beamtime for the study of lambda physics
// 2021-09-28 - DE - surveyed position of TRD v21b, TOF v21d and RICH v21a
// 2020-08-17 - DE - add TRD v21a, add TOF v21c, disable MUCH v20a
...
...
@@ -56,8 +58,8 @@ void setup_mcbm_beam_2022_05() {
TString
pipeGeoTag
=
"v19f_mcbm"
;
// pipe after target box
// TString mvdGeoTag = "v18b_mcbm";
TString
stsGeoTag
=
"v20e_mcbm"
;
TString
muchGeoTag
=
"v22a_mcbm"
;
// 2 layers
TString
trdGeoTag
=
"v2
2a
_mcbm"
;
// 2022
//
TString muchGeoTag
= "v22a_mcbm"; // 2 layers
TString
trdGeoTag
=
"v2
0b
_mcbm"
;
// 2022
TString
tofGeoTag
=
"v20d_mcbm"
;
// TOF double wall
TString
richGeoTag
=
"v20d_mcbm"
;
// geometry provided by RICH group
TString
psdGeoTag
=
"v20a_mcbm"
;
// at 25 degree, below the beampipe
...
...
@@ -81,7 +83,7 @@ void setup_mcbm_beam_2022_05() {
setup
->
SetModule
(
ECbmModuleId
::
kPipe
,
pipeGeoTag
);
// setup->SetModule(ECbmModuleId::kMvd, mvdGeoTag); // skip mvd
setup
->
SetModule
(
ECbmModuleId
::
kSts
,
stsGeoTag
);
setup
->
SetModule
(
ECbmModuleId
::
kMuch
,
muchGeoTag
);
//
setup->SetModule(ECbmModuleId::kMuch, muchGeoTag);
setup
->
SetModule
(
ECbmModuleId
::
kTrd
,
trdGeoTag
);
setup
->
SetModule
(
ECbmModuleId
::
kTof
,
tofGeoTag
);
setup
->
SetModule
(
ECbmModuleId
::
kRich
,
richGeoTag
);
...
...
@@ -92,4 +94,6 @@ void setup_mcbm_beam_2022_05() {
// ----- Screen output ------------------------------------------------
setup
->
Print
();
// ------------------------------------------------------------------------
// clang-format on
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment