From d61cf6d126a37eb24fe582e9e1853f0bbee15ef0 Mon Sep 17 00:00:00 2001 From: Eoin Clerkin <e.clerkin@gsi.de> Date: Wed, 18 Dec 2024 19:06:09 +0000 Subject: [PATCH] make rich_v24a default --- setup/setup_sis100_cfv.C | 6 +++--- setup/setup_sis100_electron.C | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup/setup_sis100_cfv.C b/setup/setup_sis100_cfv.C index ccef64a..0795532 100644 --- a/setup/setup_sis100_cfv.C +++ b/setup/setup_sis100_cfv.C @@ -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"; diff --git a/setup/setup_sis100_electron.C b/setup/setup_sis100_electron.C index ff01923..d7f2058 100644 --- a/setup/setup_sis100_electron.C +++ b/setup/setup_sis100_electron.C @@ -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"; -- GitLab