14 import AthenaCommon.AtlasUnixStandardJob
17 from AthenaCommon.AlgSequence
import AlgSequence
21 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
24 from AthenaCommon.AppMgr
import theApp
29 import AthenaPoolCnvSvc.ReadAthenaPool
35 svcMgr.EventSelector.InputCollections = [
"SimplePoolFile.root" ]
45 from AthenaPoolTest.AthenaPoolTestConf
import PileUpEventInfoReader
46 topSequence += PileUpEventInfoReader(
"PileUpEventInfoReader" )
55 svcMgr.MessageSvc.OutputLevel = WARNING
56 svcMgr.MessageSvc.debugLimit = 100000
57 PileUpEventInfoReader.OutputLevel = DEBUG
60 include(
"AthenaPoolTest/NoStats_jobOptions.py" )