Skip to content
Snippets Groups Projects
Commit 955203cb authored by Dave Casper's avatar Dave Casper
Browse files

Update default geometry tags

parent 25e7037d
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ if __name__ == '__main__': ...@@ -148,7 +148,7 @@ if __name__ == '__main__':
# #
if args.geom == "TI12MC": if args.geom == "TI12MC":
# 2022 TI12 geometry # 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 ConfigFlags.IOVDb.GlobalTag = "OFLCOND-FASER-03" # Conditions set-up
# TI12 detectors # TI12 detectors
detectors = ['Veto', 'VetoNu', 'Preshower', 'FaserSCT', 'Ecal', detectors = ['Veto', 'VetoNu', 'Preshower', 'FaserSCT', 'Ecal',
...@@ -156,7 +156,7 @@ if __name__ == '__main__': ...@@ -156,7 +156,7 @@ if __name__ == '__main__':
elif args.geom == "TestBeamMC": elif args.geom == "TestBeamMC":
# Define 2021 test beam geometry # 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 ConfigFlags.IOVDb.GlobalTag = "OFLCOND-FASER-TB00" # Conditions set-up
# Testbeam detectors (trigger layers are actually veto counters) # Testbeam detectors (trigger layers are actually veto counters)
detectors = ['Veto', 'Preshower', 'FaserSCT', 'Ecal'] detectors = ['Veto', 'Preshower', 'FaserSCT', 'Ecal']
......
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