Skip to content
Snippets Groups Projects

Update subsystems in Nickel setup, refs #2520

Merged David Emschermann requested to merge d.emschermann/cbmroot_geometry:nickelup into master
1 file
+ 8
6
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,8 @@
@@ -8,6 +8,8 @@
// clang-format off
// clang-format off
 
// 2022-05-24 - DE - prepare setup for mCBM May 2022-05-23 nickel run
 
// 2022-05-24 - DE - disable PSD to reduce secondaries (PSD is in parking position)
// 2022-04-29 - DE - shift MUCH GEM to x = -5 cm
// 2022-04-29 - DE - shift MUCH GEM to x = -5 cm
// 2022-03-27 - DE - place the MUCH RPC behind the TOF stack, while GEMs are in the acceptance
// 2022-03-27 - DE - place the MUCH RPC behind the TOF stack, while GEMs are in the acceptance
// 2022-03-27 - DE - place the MUCH RPC behind the TOF stack, while GEMs are out of acceptance
// 2022-03-27 - DE - place the MUCH RPC behind the TOF stack, while GEMs are out of acceptance
@@ -63,22 +65,22 @@ void setup_mcbm_beam_2022_05_23_nickel() {
@@ -63,22 +65,22 @@ void setup_mcbm_beam_2022_05_23_nickel() {
// TString mvdGeoTag = "v18b_mcbm";
// TString mvdGeoTag = "v18b_mcbm";
// done
// done
TString stsGeoTag = "v22d_mcbm";
TString stsGeoTag = "v22d_mcbm"; // unchanged
// done
// done
TString muchGeoTag = "v22j_mcbm"; // 2 GEM layers and 1 RPC
TString muchGeoTag = "v22k_mcbm"; // 2 GEM layers and 1 RPC
// done
// done
TString trdGeoTag = "v22h_mcbm"; // TRD-2D May 2022 + 2x TRD-1D modules
TString trdGeoTag = "v22h_mcbm"; // TRD-2D May 2022 + 2x TRD-1D modules
// done
// done
TString tofGeoTag = "v21h_mcbm"; // TOF quad + double stacks
TString tofGeoTag = "v21h_mcbm"; // same calibration parameters as v21g
// done
// done
TString richGeoTag = "v21b_mcbm"; // geometry shifted wrt v21a
TString richGeoTag = "v21c_mcbm"; // othogonal to z-axis
// unchanged
// unchanged
TString psdGeoTag = "v20a_mcbm"; // at 25 degree, below the beampipe
// TString psdGeoTag = "v20a_mcbm"; // at 25 degree, below the beampipe
// ------------------------------------------------------------------------
// ------------------------------------------------------------------------
// ----- Magnetic field -------------------------------------------------
// ----- Magnetic field -------------------------------------------------
@@ -103,7 +105,7 @@ void setup_mcbm_beam_2022_05_23_nickel() {
@@ -103,7 +105,7 @@ void setup_mcbm_beam_2022_05_23_nickel() {
setup->SetModule(ECbmModuleId::kTrd, trdGeoTag);
setup->SetModule(ECbmModuleId::kTrd, trdGeoTag);
setup->SetModule(ECbmModuleId::kTof, tofGeoTag);
setup->SetModule(ECbmModuleId::kTof, tofGeoTag);
setup->SetModule(ECbmModuleId::kRich, richGeoTag);
setup->SetModule(ECbmModuleId::kRich, richGeoTag);
setup->SetModule(ECbmModuleId::kPsd, psdGeoTag);
// setup->SetModule(ECbmModuleId::kPsd, psdGeoTag);
setup->SetField(fieldTag, fieldScale, 0., 0., fieldZ);
setup->SetField(fieldTag, fieldScale, 0., 0., fieldZ);
// ------------------------------------------------------------------------
// ------------------------------------------------------------------------
Loading