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

Introduces STS3+5 geometry as defaults

Adds new STS defaults. Removes downstream section of beampipe from jpsi setup
due to overlaps with bellows assembly.
parent c3eb8ff2
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ void setup_sis100_electron_MAR23() ...@@ -23,7 +23,7 @@ void setup_sis100_electron_MAR23()
TString magnetGeoTag = "v22a"; TString magnetGeoTag = "v22a";
TString pipeGeoTag = "v21d:v21i"; TString pipeGeoTag = "v21d:v21i";
TString mvdGeoTag = "v20d_tr"; TString mvdGeoTag = "v20d_tr";
TString stsGeoTag = "v21g"; TString stsGeoTag = "v22c";
TString richGeoTag = "v22a"; TString richGeoTag = "v22a";
TString trdGeoTag = "v20b_1e"; TString trdGeoTag = "v20b_1e";
TString tofGeoTag = "v21a_1e"; TString tofGeoTag = "v21a_1e";
......
...@@ -22,7 +22,7 @@ void setup_sis100_hadron_MAR23() ...@@ -22,7 +22,7 @@ void setup_sis100_hadron_MAR23()
TString magnetGeoTag = "v22a"; TString magnetGeoTag = "v22a";
TString pipeGeoTag = "v21d:v21i"; TString pipeGeoTag = "v21d:v21i";
// As per discision at SWM 20220217. MVD is to be removed from hadron setup. // As per discision at SWM 20220217. MVD is to be removed from hadron setup.
TString stsGeoTag = "v21g"; TString stsGeoTag = "v22c";
TString trdGeoTag = "v20c_1h"; TString trdGeoTag = "v20c_1h";
TString tofGeoTag = "v21a_1h"; TString tofGeoTag = "v21a_1h";
// TString psdGeoTag = "v22c"; Paused or Removed Detector System // TString psdGeoTag = "v22c"; Paused or Removed Detector System
......
...@@ -41,8 +41,8 @@ void setup_sis100_muon_jpsi_MAR23() ...@@ -41,8 +41,8 @@ void setup_sis100_muon_jpsi_MAR23()
// ----- Geometry Tags -------------------------------------------------- // ----- Geometry Tags --------------------------------------------------
TString magnetGeoTag = "v22b"; TString magnetGeoTag = "v22b";
TString pipeGeoTag = "v21d:v21i"; TString pipeGeoTag = "v21d";
TString stsGeoTag = "v21g"; TString stsGeoTag = "v22c";
TString muchGeoTag = "v21c_sis100_1m_jpsi"; TString muchGeoTag = "v21c_sis100_1m_jpsi";
TString trdGeoTag = "v20c_1m"; TString trdGeoTag = "v20c_1m";
TString tofGeoTag = "v21a_1m"; TString tofGeoTag = "v21a_1m";
......
...@@ -38,7 +38,7 @@ void setup_sis100_muon_lmvm_MAR23() ...@@ -38,7 +38,7 @@ void setup_sis100_muon_lmvm_MAR23()
// ----- Geometry Tags -------------------------------------------------- // ----- Geometry Tags --------------------------------------------------
TString magnetGeoTag = "v22b"; TString magnetGeoTag = "v22b";
TString pipeGeoTag = "v21d:v21i"; TString pipeGeoTag = "v21d:v21i";
TString stsGeoTag = "v21g"; TString stsGeoTag = "v22c";
TString muchGeoTag = "v21c_sis100_1m_lmvm"; TString muchGeoTag = "v21c_sis100_1m_lmvm";
TString trdGeoTag = "v20c_1m"; TString trdGeoTag = "v20c_1m";
TString tofGeoTag = "v21a_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