Skip to content
Snippets Groups Projects

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

Merged Tadej Novak requested to merge tadej/athena:tracksvc-geo into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading