14 import AthenaCommon.AtlasUnixStandardJob
17 from AthenaCommon.AlgSequence
import AlgSequence
21 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
24 from AthenaCommon.AppMgr
import theApp
27 from OverlayCommonAlgs.OverlayFlags
import overlayFlags
28 overlayFlags.isDataOverlay.set_Value_and_Lock(
False)
29 overlayFlags.isOverlayMT.set_Value_and_Lock(
True)
34 import AthenaPoolCnvSvc.ReadAthenaPoolDouble
39 from AthenaCommon.GlobalFlags
import globalflags
40 from AthenaCommon.DetFlags
import DetFlags
41 from RecExConfig.RecFlags
import rec
46 rec.doWriteTAG =
False
47 DetDescrVersion =
"ATLAS-GEO-17-00-00"
50 DetFlags.detdescr.ID_setOn()
51 DetFlags.detdescr.Calo_setOn()
52 DetFlags.detdescr.Tile_setOff()
53 DetFlags.detdescr.Muon_setOff()
56 include (
"RecExCond/AllDet_detDescr.py")
59 from IOVDbSvc.CondDB
import conddb
60 conddb.setGlobalTag(
"OFLCOND-SDR-BS7T-04-00")
67 svcMgr.EventSelector.InputCollections = [
"LArRDO.root" ]
68 svcMgr.SecondaryEventSelector.InputCollections = [
"InDetRDO.root" ]
70 svcMgr.EventSelector.OutputLevel = DEBUG
71 svcMgr.SecondaryEventSelector.OutputLevel = DEBUG
81 from AthenaPoolTest.AthenaPoolTestConf
import RDOReaderDoubleSelector
82 topSequence += RDOReaderDoubleSelector(
"RDOReaderDoubleSelector" )
83 RDOReaderDoubleSelector.OutputLevel = DEBUG
89 from AthenaPoolCnvSvc.WriteAthenaPool
import AthenaPoolOutputStream
93 topSequence += Stream1
97 Stream1.WritingTool =
"AthenaOutputStreamTool"
98 Stream1.OutputFile =
"CombinedRDO.root"
100 Stream1.ItemList += [
"EventInfo#*"]
101 Stream1.ItemList += [
"CaloCellContainer#*"]
102 Stream1.ItemList += [
"PixelRDO_Container#*"]
103 Stream1.ItemList += [
"SCT_RDO_Container#*"]
104 Stream1.ItemList += [
"TRT_RDO_Container#*"]
105 Stream1.ItemList += [
"PixelRDOElemLinkVec#*"]
107 print(Stream1.ItemList)
113 svcMgr.MessageSvc.OutputLevel = WARNING
114 svcMgr.MessageSvc.debugLimit = 100000
116 from AthenaServices
import AthenaServicesConf
117 AthenaEventLoopMgr = AthenaServicesConf.AthenaEventLoopMgr()
118 AthenaEventLoopMgr.OutputLevel = INFO
119 AthenaEventLoopMgr.UseSecondaryEventNumber =
True
120 svcMgr += AthenaEventLoopMgr
123 include(
"AthenaPoolTest/NoStats_jobOptions.py" )
127 ROOT.CaloCellContainer