From 955203cb2645e42e37f0117707f4b9065b19a06d Mon Sep 17 00:00:00 2001 From: Dave Casper <dcasper@uci.edu> Date: Tue, 10 Oct 2023 07:36:24 -0700 Subject: [PATCH] Update default geometry tags --- Control/CalypsoExample/Simulation/scripts/faser_simulate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Control/CalypsoExample/Simulation/scripts/faser_simulate.py b/Control/CalypsoExample/Simulation/scripts/faser_simulate.py index 1c832024..09c61de8 100755 --- a/Control/CalypsoExample/Simulation/scripts/faser_simulate.py +++ b/Control/CalypsoExample/Simulation/scripts/faser_simulate.py @@ -148,7 +148,7 @@ if __name__ == '__main__': # if args.geom == "TI12MC": # 2022 TI12 geometry - ConfigFlags.GeoModel.FaserVersion = "FASERNU-03" # Geometry set-up + ConfigFlags.GeoModel.FaserVersion = "FASERNU-04" # Geometry set-up ConfigFlags.IOVDb.GlobalTag = "OFLCOND-FASER-03" # Conditions set-up # TI12 detectors detectors = ['Veto', 'VetoNu', 'Preshower', 'FaserSCT', 'Ecal', @@ -156,7 +156,7 @@ if __name__ == '__main__': elif args.geom == "TestBeamMC": # Define 2021 test beam geometry - ConfigFlags.GeoModel.FaserVersion = "FASER-TB00" # Geometry set-up + ConfigFlags.GeoModel.FaserVersion = "FASER-TB01" # Geometry set-up ConfigFlags.IOVDb.GlobalTag = "OFLCOND-FASER-TB00" # Conditions set-up # Testbeam detectors (trigger layers are actually veto counters) detectors = ['Veto', 'Preshower', 'FaserSCT', 'Ecal'] -- GitLab