Skip to content
Snippets Groups Projects
Commit 8c08dbff authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'fix_RunExEngineTestITk.py_flag' into 'main'

Fix RunExEngineTestITk.py flag

See merge request atlas/athena!69380
parents 3e5a5024 a9587045
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,9 @@ flags.Input.isMC = True
flags.Input.Files = []
from AthenaConfiguration.TestDefaults import defaultGeometryTags
flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN4
#Toggle this to use a local geometry input
flags.ITk.Geometry.AllLocal = False
......@@ -38,8 +41,6 @@ if flags.ITk.Geometry.AllLocal:
flags.TrackingGeometry.MaterialSource = "Input"
flags.Detector.GeometryHGTD = False
from AthenaConfiguration.TestDefaults import defaultGeometryTags
flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN4
flags.IOVDb.GlobalTag = "OFLCOND-MC21-SDR-RUN4-01"
flags.GeoModel.Align.Dynamic = False
if(MisalignMode!=-1):
......
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