From 4489953e3400c49528036b6c509dec80edc3f00f Mon Sep 17 00:00:00 2001 From: Eoin Clerkin <e.clerkin@gsi.de> Date: Mon, 25 Nov 2024 16:00:54 +0100 Subject: [PATCH] CFV setup - TRD 1D introduce the TRD to the setup --- setup/setup_sis100_cfv.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/setup_sis100_cfv.C b/setup/setup_sis100_cfv.C index 0e2c0a2..901b6da 100644 --- a/setup/setup_sis100_cfv.C +++ b/setup/setup_sis100_cfv.C @@ -5,6 +5,8 @@ ** **/ + +// 2024-11-25 - EC - Reduced CFV TRD 1D // 2024-11-21 - EC - Branched from sis100_electron void setup_sis100_cfv() @@ -15,7 +17,7 @@ void setup_sis100_cfv() TString mvdGeoTag = "v20d_tr"; TString stsGeoTag = "v22d"; TString richGeoTag = "v23a"; - TString trdGeoTag = "v20b_1e"; + TString trdGeoTag = "v23a_1e"; // CFV TRD 1D (reduced acceptance) TString tofGeoTag = "v21a_1e"; TString fsdGeoTag = "v23i"; TString psdGeoTag = "v23a"; -- GitLab