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
41svcMgr.EventSelector.InputCollections = [
"SimplePoolFile1.root" ]
42svcMgr.SecondaryEventSelector.InputCollections = [
"SimplePoolFile2.root" ]
44svcMgr.EventSelector.OutputLevel = DEBUG
45svcMgr.SecondaryEventSelector.OutputLevel = DEBUG
56from AthenaPoolTest.AthenaPoolTestConf
import AthenaPoolTestDataReader
59svcMgr.PoolSvc.ReadCatalog = [
'file:AthenaPoolTestWriteDoubleSelector_catalog.xml']
64svcMgr.MessageSvc.OutputLevel = WARNING
65svcMgr.MessageSvc.debugLimit = 100000
66AthenaPoolTestDataReader.OutputLevel = DEBUG
68from AthenaServices
import AthenaServicesConf
69AthenaEventLoopMgr = AthenaServicesConf.AthenaEventLoopMgr()
70AthenaEventLoopMgr.UseSecondaryEventNumber =
True
71svcMgr += AthenaEventLoopMgr
75svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [
"DatabaseName = '*'; ContainerName = 'CollectionTree'; TREE_CACHE = '100000'" ]
77svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [
"DatabaseName = '*'; TREE_CACHE_LEARN_EVENTS = '6'" ]
80svcMgr.PoolSvc.OutputLevel = INFO
81svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [
"DatabaseName = '*'; TREE_CACHE_LEARN_EVENTS = 'int'" ]
82svcMgr.AthenaPoolCnvSvc.InputPoolAttributes += [
"DatabaseName = '*'; TREE_CACHE_SIZE = 'int'" ]
90svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [
"DatabaseName = '*'; BYTES_READ = 'double'" ]
91svcMgr.AthenaPoolCnvSvc.PrintInputAttrPerEvt += [
"DatabaseName = '*'; READ_CALLS = 'int'" ]
95include(
"AthenaPoolTest/NoStats_jobOptions.py" )