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