Skip to content
Snippets Groups Projects

Add MUST / PASTA to silver setup

Open David Emschermann requested to merge d.emschermann/cbmroot_geometry:silver_pasta into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,7 @@
// clang-format off
// 2025-03-11 - DE - show MUST / PASTA detector
// 2025-02-24 - DE - show NCAL mockup by default
// 2025-02-06 - DE - set TOF v24f
// 2025-01-20 - DE - introduce setup file for February 2025 Silver run
@@ -98,7 +99,7 @@ void setup_mcbm_beam_2025_02_14_silver() {
// todo: add FSD NCAL
// todo: add PASTA / MUST
TString mustGeoTag = "v24a_mcbm"; // 4 modules
// ------------------------------------------------------------------------
@@ -121,6 +122,7 @@ void setup_mcbm_beam_2025_02_14_silver() {
// setup->SetModule(ECbmModuleId::kMvd, mvdGeoTag);
setup->SetModule(ECbmModuleId::kSts, stsGeoTag);
// setup->SetModule(ECbmModuleId::kMuch, muchGeoTag);
setup->SetModule(ECbmModuleId::kMust, mustGeoTag);
setup->SetModule(ECbmModuleId::kTrd, trdGeoTag);
setup->SetModule(ECbmModuleId::kTof, tofGeoTag);
setup->SetModule(ECbmModuleId::kRich, richGeoTag);
Loading