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