Skip to content
Snippets Groups Projects
Commit 29c0d4d6 authored by Axel Puntke's avatar Axel Puntke Committed by Eoin Clerkin
Browse files

Add energy information to default beampipe setup tag

parent 362c8819
No related branches found
No related tags found
No related merge requests found
......@@ -28,19 +28,19 @@ void setup_sis100_electron()
{
// ----- Geometry Tags --------------------------------------------------
TString magnetGeoTag = "v22a";
TString pipeGeoTag = "v21d:v21i";
TString pipeGeoTag = "v21d:v21i"; // corresponds to 11 AGeV/c beam momentum (fully-stripped Au ions)
TString mvdGeoTag = "v20d_tr";
TString stsGeoTag = "v22d";
TString richGeoTag = "v23a";
TString trdGeoTag = "v20b_1e";
TString tofGeoTag = "v21a_1e";
TString fsdGeoTag = "v23i";
TString psdGeoTag = "v23a";
TString fsdGeoTag = "v23i";
TString psdGeoTag = "v23a";
TString platGeoTag = "v22b";
// ------------------------------------------------------------------------
// ----- Magnetic field -------------------------------------------------
TString fieldTag = "v22c";
TString fieldTag = "v22c";
Double_t fieldZ = 0.; // field centre z position
Double_t fieldScale = 1.; // field scaling factor
// ------------------------------------------------------------------------
......
......@@ -21,7 +21,7 @@ void setup_sis100_hadron()
// ----- Geometry Tags --------------------------------------------------
TString magnetGeoTag = "v22a";
TString pipeGeoTag = "v21d:v21i";
TString pipeGeoTag = "v21d:v21i"; //corresponds to 10.96 AGeV/c beam momentum
// As per discision at SWM 20220217. MVD is to be removed from hadron setup.
TString stsGeoTag = "v22d";
TString trdGeoTag = "v20c_1h";
......
......@@ -43,7 +43,7 @@ void setup_sis100_muon_jpsi()
// ----- Geometry Tags --------------------------------------------------
TString magnetGeoTag = "v22b";
TString pipeGeoTag = "v21d:v21i";
TString pipeGeoTag = "v21d:v21i"; //corresponds to 10.96 AGeV/c beam momentum
TString stsGeoTag = "v22d";
TString muchGeoTag = "v22a_jpsi";
TString trdGeoTag = "v20c_1m";
......
......@@ -39,7 +39,7 @@ void setup_sis100_muon_lmvm()
// ----- Geometry Tags --------------------------------------------------
TString magnetGeoTag = "v22b";
TString pipeGeoTag = "v21d:v21i";
TString pipeGeoTag = "v21d:v21i"; // 10.96 AGeV/c beam momentum (Au ion fully stripped)
TString stsGeoTag = "v22d";
TString muchGeoTag = "v21c_sis100_1m_lmvm";
TString trdGeoTag = "v20c_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