Skip to content
Snippets Groups Projects
Commit 9361166a authored by Eric Torrence's avatar Eric Torrence
Browse files

Reco script update

parent a580aa08
No related branches found
No related tags found
No related merge requests found
...@@ -75,10 +75,15 @@ if runtype == "TI12Data": ...@@ -75,10 +75,15 @@ if runtype == "TI12Data":
ConfigFlags.IOVDb.GlobalTag = "OFLCOND-FASER-01" ConfigFlags.IOVDb.GlobalTag = "OFLCOND-FASER-01"
# Testbeam setup # Testbeam setup
elif runtype == "TestBeamData": elif runtype == "TestBeamData" or runtype == "TestBeam2021":
ConfigFlags.GeoModel.FaserVersion = "FASER-TB00" ConfigFlags.GeoModel.FaserVersion = "FASER-TB00"
ConfigFlags.IOVDb.GlobalTag = "OFLCOND-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: else:
print("Invalid run type found:", runtype) print("Invalid run type found:", runtype)
print("Specify correct type or update list") print("Specify correct type or update list")
......
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