Skip to content
Snippets Groups Projects
Commit 67cff5f1 authored by Gabriel Oliveira Correa's avatar Gabriel Oliveira Correa Committed by Melissa Yexley
Browse files

Explicitly specify the geometry tag in L1Topo

parent 08c6aed1
No related branches found
No related tags found
2 merge requests!707402024-04-19: merge of 24.0 into main,!67647Online Event Displays to CA
......@@ -256,6 +256,9 @@ if __name__ == '__main__':
flags.PerfMon.doFullMonMT = args.perfmon
flags.PerfMon.OutputJSON = 'perfmonmt_test.json'
flags.Trigger.enableL1TopoDump = args.enableL1TopoDump
if not flags.Input.isMC:
from AthenaConfiguration.TestDefaults import defaultGeometryTags
flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN2
flags.lock()
from AthenaConfiguration.MainServicesConfig import MainServicesCfg
......
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