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

Add run type for new eos directory

parent ae007e69
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ if runtype == "TI12Data": ...@@ -75,7 +75,7 @@ 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"
......
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