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
Rishat Sultanov
cbmroot_geometry
Commits
6fa6dbb8
Commit
6fa6dbb8
authored
Oct 08, 2020
by
Norbert Herrmann
Browse files
update with latest v21 versions
parent
afd8be6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
setup/setup_mcbm_beam_2019_03.C
View file @
6fa6dbb8
...
...
@@ -51,7 +51,8 @@ void setup_mcbm_beam_2019_03()
TString
muchGeoTag
=
"v19a_mcbm"
;
// 2018 // only 2 layers
// TString trdGeoTag = "v18n_mcbm"; // 2018 // 4 TRD modules
TString
trdGeoTag
=
"v18q_mcbm"
;
// 2018 // 2 TRD modules
TString
tofGeoTag
=
"v19d_mcbm"
;
// geometry provided by TOF group
TString
tofGeoTag
=
"v18m_mcbm"
;
// geometry provided by TOF group
//TString tofGeoTag = "v19d_mcbm"; // geometry provided by TOF group
TString
richGeoTag
=
"v19d_mcbm"
;
// geometry provided by RICH group
// TString richGeoTag = "v18h_mcbm"; // long distance
// TString psdGeoTag = "v18d_mcbm"; // at 25 degree, below the beampipe
...
...
@@ -73,14 +74,14 @@ void setup_mcbm_beam_2019_03()
setup
->
Clear
();
}
setup
->
SetTitle
(
"SIS18 - MCBM Setup"
);
setup
->
SetModule
(
ECbmModuleId
::
kPlatform
,
platGeoTag
);
setup
->
SetModule
(
ECbmModuleId
::
kPipe
,
pipeGeoTag
);
//
setup->SetModule(ECbmModuleId::kPlatform, platGeoTag);
//
setup->SetModule(ECbmModuleId::kPipe, pipeGeoTag);
// setup->SetModule(ECbmModuleId::kMvd, mvdGeoTag); // skip mvd in the initial setup
setup
->
SetModule
(
ECbmModuleId
::
kSts
,
stsGeoTag
);
setup
->
SetModule
(
ECbmModuleId
::
kMuch
,
muchGeoTag
);
setup
->
SetModule
(
ECbmModuleId
::
kTrd
,
trdGeoTag
);
//
setup->SetModule(ECbmModuleId::kSts, stsGeoTag);
//
setup->SetModule(ECbmModuleId::kMuch, muchGeoTag);
//
setup->SetModule(ECbmModuleId::kTrd, trdGeoTag);
setup
->
SetModule
(
ECbmModuleId
::
kTof
,
tofGeoTag
);
setup
->
SetModule
(
ECbmModuleId
::
kRich
,
richGeoTag
);
//
setup->SetModule(ECbmModuleId::kRich, richGeoTag);
// 2019 setup->SetModule(ECbmModuleId::kPsd, psdGeoTag);
setup
->
SetField
(
fieldTag
,
fieldScale
,
0
.,
0
.,
fieldZ
);
// ------------------------------------------------------------------------
...
...
tof/tof_v20a_mcbm.geo.root
View file @
6fa6dbb8
No preview for this file type
tof/tof_v20b_mcbm.geo.root
View file @
6fa6dbb8
No preview for this file type
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