From ae007e69cbebd529f25b2bc9cb98ca03ea0f7304 Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Wed, 19 Jan 2022 13:54:47 -0800 Subject: [PATCH] Update to allow IFT Geometry for reco --- Control/CalypsoExample/Reconstruction/scripts/faser_reco.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py b/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py index 7c1f662f..b267b34f 100755 --- a/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py +++ b/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py @@ -79,6 +79,11 @@ elif runtype == "TestBeamData": ConfigFlags.GeoModel.FaserVersion = "FASER-TB00" ConfigFlags.IOVDb.GlobalTag = "OFLCOND-FASER-TB00" +# New TI12 geometry (ugh) +elif runtype == "TI12Data02": + ConfigFlags.GeoModel.FaserVersion = "FASER-02" + ConfigFlags.IOVDb.GlobalTag = "OFLCOND-FASER-02" + else: print("Invalid run type found:", runtype) print("Specify correct type or update list") -- GitLab