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

make rich_v24a default

parent 6ce5fd03
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
**/
// 2024-12-24 - EC - Introduce CFV MVD after support added
// 2024-12-18 - EC - Make rich_v24a default
// 2024-11-24 - EC - Introduce CFV MVD after support added
// 2024-11-25 - EC - Reduced CFV TRD 1D
// 2024-11-21 - EC - Branched from sis100_electron
......@@ -18,7 +18,7 @@ void setup_sis100_cfv()
TString pipeGeoTag = "v21d:v21i";
TString mvdGeoTag = "v24a";
TString stsGeoTag = "v22d";
TString richGeoTag = "v23a";
TString richGeoTag = "v24a";
TString trdGeoTag = "v23a_1e"; // CFV TRD 1D (reduced acceptance)
TString tofGeoTag = "v21a_1e";
TString fsdGeoTag = "v23i";
......
......@@ -7,7 +7,7 @@
**
**/
// 2024-12-18 - EC - Make rich_v24a default
// 2023-11-20 - EC - Fsd as default.
// 2023-05-01 - EC - Psd with hole for tunnel.
// 2023-04-06 - EC - Adds different rich for Apple
......@@ -31,7 +31,7 @@ void setup_sis100_electron()
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 richGeoTag = "v24a";
TString trdGeoTag = "v20b_1e";
TString tofGeoTag = "v21a_1e";
TString fsdGeoTag = "v23i";
......
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