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
1b9edab7
Commit
1b9edab7
authored
Oct 28, 2021
by
David Emschermann
Browse files
update mCBM 2022 setups, refs #2306
parent
2fa129d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
setup/setup_mcbm_beam_2022_03.C
View file @
1b9edab7
...
...
@@ -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
...
...
@@ -92,4 +94,6 @@ void setup_mcbm_beam_2022_03() {
// ----- Screen output ------------------------------------------------
setup
->
Print
();
// ------------------------------------------------------------------------
// clang-format on
}
setup/setup_mcbm_beam_2022_04.C
View file @
1b9edab7
...
...
@@ -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
...
...
@@ -57,7 +59,7 @@ void setup_mcbm_beam_2022_04() {
// TString mvdGeoTag = "v18b_mcbm";
TString
stsGeoTag
=
"v20e_mcbm"
;
// TString muchGeoTag = "v22a_mcbm"; // 2 layers
TString
trdGeoTag
=
"v2
0
b_mcbm"
;
// 2022
TString
trdGeoTag
=
"v2
1
b_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_04() {
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_04() {
// ----- Screen output ------------------------------------------------
setup
->
Print
();
// ------------------------------------------------------------------------
// clang-format on
}
setup/setup_mcbm_beam_2022_05.C
View file @
1b9edab7
...
...
@@ -83,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
);
...
...
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