Skip to content
Snippets Groups Projects
Commit c190d53f authored by Eoin Clerkin's avatar Eoin Clerkin
Browse files

Make sts_v22d default

More realistic material budget
parent 33eee641
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ void setup_sis100_electron()
TString magnetGeoTag = "v22a";
TString pipeGeoTag = "v21d:v21i";
TString mvdGeoTag = "v20d_tr";
TString stsGeoTag = "v22c";
TString stsGeoTag = "v22d";
TString richGeoTag = "v23a";
TString trdGeoTag = "v20b_1e";
TString tofGeoTag = "v21a_1e";
......
......@@ -23,7 +23,7 @@ void setup_sis100_hadron()
TString magnetGeoTag = "v22a";
TString pipeGeoTag = "v21d:v21i";
// As per discision at SWM 20220217. MVD is to be removed from hadron setup.
TString stsGeoTag = "v22c";
TString stsGeoTag = "v22d";
TString trdGeoTag = "v20c_1h";
TString tofGeoTag = "v21a_1h";
TString psdGeoTag = "v22c"; // Paused or Removed Detector System, placeholder for Forward Wall Detector
......
......@@ -44,7 +44,7 @@ void setup_sis100_muon_jpsi()
// ----- Geometry Tags --------------------------------------------------
TString magnetGeoTag = "v22b";
TString pipeGeoTag = "v21d:v21i";
TString stsGeoTag = "v22c";
TString stsGeoTag = "v22d";
TString muchGeoTag = "v22a_jpsi";
TString trdGeoTag = "v20c_1m";
TString tofGeoTag = "v21a_1m";
......
......@@ -40,7 +40,7 @@ void setup_sis100_muon_lmvm()
// ----- Geometry Tags --------------------------------------------------
TString magnetGeoTag = "v22b";
TString pipeGeoTag = "v21d:v21i";
TString stsGeoTag = "v22c";
TString stsGeoTag = "v22d";
TString muchGeoTag = "v23a_sis100_1m_lmvm";
TString trdGeoTag = "v20c_1m";
TString tofGeoTag = "v21a_1m";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment