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
@@ -27,9 +27,9 @@ void setup_sis100_electron()
TString pipeGeoTag = "v21d:v21i";
TString mvdGeoTag = "v20d_tr";
TString stsGeoTag = "v22c";
#ifndef __APPLE__
#ifdef __APPLE__
TString richGeoTag = "v21a";
#elseif
#else
TString richGeoTag = "v22a";
#endif
TString trdGeoTag = "v20b_1e";
Loading