14import AthenaCommon.AtlasUnixStandardJob
17from AthenaCommon.AlgSequence
import AlgSequence
18topSequence = AlgSequence()
21from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
24from AthenaCommon.AppMgr
import theApp
29import AthenaPoolCnvSvc.ReadAthenaPool
34from AthenaCommon.GlobalFlags
import globalflags
35from AthenaCommon.DetFlags
import DetFlags
36from RecExConfig.RecFlags
import rec
42DetDescrVersion =
"ATLAS-GEO-17-00-00"
45DetFlags.detdescr.ID_setOn()
46DetFlags.detdescr.Calo_setOn()
47DetFlags.detdescr.Tile_setOff()
48DetFlags.detdescr.Muon_setOff()
51include (
"RecExCond/AllDet_detDescr.py")
54from IOVDbSvc.CondDB
import conddb
55conddb.setGlobalTag(
"OFLCOND-SDR-BS7T-04-00")
61svcMgr.EventSelector.InputCollections = [
"CombinedRDO.root" ]
70from AthenaPoolTest.AthenaPoolTestConf
import InDetRawDataFakeReader
72InDetRawDataFakeReader.OutputLevel = DEBUG
74from AthenaPoolTest.AthenaPoolTestConf
import LArCellContFakeReader
76LArCellContFakeReader.OutputLevel = DEBUG
81svcMgr.MessageSvc.OutputLevel = WARNING
82svcMgr.MessageSvc.debugLimit = 100000
84from AthenaServices
import AthenaServicesConf
85AthenaEventLoopMgr = AthenaServicesConf.AthenaEventLoopMgr()
86AthenaEventLoopMgr.OutputLevel = INFO
89include(
"AthenaPoolTest/NoStats_jobOptions.py" )
Test Algorithm for POOL I/O, reads InDetRawData from transient store.
Test Algorithm for POOL I/O uses CaloCellContainer as test data.