Skip to content
Snippets Groups Projects
Commit 48b9a8ad authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'fillFromArgs.AthenaPoolUtilities-20240430' into 'main'

AthenaPoolUtilities: Call fillFromArgs in TPCnvTest.

See merge request atlas/athena!70995
parents e53dfa34 1ccd7abe
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
import os
from AthenaConfiguration.AllConfigFlags import initConfigFlags
......@@ -47,6 +47,7 @@ def TPCnvTest(infile, keys, useGeoModelSvc=False, useIOVDbSvc=False, doPixel=Fal
flags.Detector.GeometryLAr = doLAr
flags.Detector.GeometryTile = doTile
flags.Detector.GeometryMuon = doMuon
flags.fillFromArgs()
flags.lock()
# Construct ComponentAccumulator
......
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