8 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
11 flags.Input.Files=[
"/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data18_13TeV.00357772.physics_Main.recon.AOD.r13286/AOD.27654050._000557.pool.root.1"]
15 flags.Detector.GeometryLAr=
True
16 flags.Detector.GeometryTile=
True
17 flags.Exec.MaxEvents = 20
18 flags.Exec.SkipEvents = 0
19 flags.Trigger.doEDMVersionConversion=
True
21 flags.Concurrency.NumThreads=1
25 from AthenaConfiguration.MainServicesConfig
import MainServicesCfg
26 from AthenaConfiguration.ComponentFactory
import CompFactory
28 from AthenaPoolCnvSvc.PoolReadConfig
import PoolReadCfg
32 from AthenaServices.MetaDataSvcConfig
import MetaDataSvcCfg
35 confSvc = CompFactory.TrigConf.xAODConfigSvc(
"xAODConfigSvc")
36 cfg.addService(confSvc)
39 from DerivationFrameworkPhys.TriggerListsHelper
import TriggerListsHelper
40 triggerListsHelper = TriggerListsHelper(flags)
41 chains = triggerListsHelper.Run2TriggerNamesNoTau + triggerListsHelper.Run2TriggerNamesTau
43 from TrigNavTools.NavConverterConfig
import NavConverterCfg
47 from LArGeoAlgsNV.LArGMConfig
import LArGMCfg
48 from TileGeoModel.TileGMConfig
import TileGMCfg
57 msg = cfg.getService(
'MessageSvc');
62 msg.Format=
'% F%35W%C% F%9W%e%7W%R%T %0W%M'
63 cfg.printConfig(withDetails=
True, summariseProps=
False)
65 sys.exit(0
if sc.isSuccess()
else 1)