Skip to content
Snippets Groups Projects
Commit 14c3e532 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'tracksvc-geo' into 'main'

TrackingGeometrySvc: do not use the default geometry tag in the test

See merge request atlas/athena!68070
parents 2d4ef06f 1f7805f5
No related branches found
No related tags found
No related merge requests found
......@@ -70,9 +70,9 @@ if __name__ == '__main__':
from AthenaConfiguration.AllConfigFlags import initConfigFlags
flags = initConfigFlags()
from AthenaConfiguration.TestDefaults import defaultTestFiles
from AthenaConfiguration.TestDefaults import defaultTestFiles, defaultGeometryTags
flags.Input.Files = defaultTestFiles.RAW_RUN2
flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN2
flags.lock()
acc = TrackingGeometrySvcCfg(flags)
......
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