Skip to content
Snippets Groups Projects

WIP Rich distinction between MacOS and Linux

Closed Eoin Clerkin requested to merge e.clerkin/cbmroot_geometry:upgrade_rich into master
@@ -7,6 +7,7 @@
**
**/
// 2023-04-06 - EC - Adds different rich for Apple
// 2023-04-04 - EC - Downgrade to rich v21a
// 2023-03-01 - EC - Default FEB23 geometries
// 2022-09-13 - EC - Replaces rich with v22a
@@ -26,7 +27,11 @@ void setup_sis100_electron()
TString pipeGeoTag = "v21d:v21i";
TString mvdGeoTag = "v20d_tr";
TString stsGeoTag = "v22c";
TString richGeoTag = "v22b";
#ifdef __APPLE__
TString richGeoTag = "v21a";
#else
TString richGeoTag = "v22a";
#endif
TString trdGeoTag = "v20b_1e";
TString tofGeoTag = "v21a_1e";
TString psdGeoTag = "v22a"; // Paused or Removed Detector System, placeholder for Forward Wall Detector
Loading