Skip to content
Snippets Groups Projects

Implement axial timing in the currently used version of FORESEE

Merged Dave Casper requested to merge dcasper/calypso:fasernu04-mctzero into FASERNU-04
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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']
Loading