14 import AthenaCommon.AtlasUnixGeneratorJob
16 theApp.MessageSvcType =
"TBBMessageSvc"
18 from AthenaServices.AthenaServicesConf
import AthenaHiveEventLoopMgr
20 svcMgr += AthenaHiveEventLoopMgr()
23 theApp.EventLoop =
"AthenaHiveEventLoopMgr"
27 from StoreGate.StoreGateConf
import SG__HiveMgrSvc
28 svcMgr += SG__HiveMgrSvc(
"EventDataSvc")
29 svcMgr.EventDataSvc.NSlots = numStores
31 from AthenaCommon.AlgScheduler
import AlgScheduler
32 AlgScheduler.OutputLevel( DEBUG )
33 AlgScheduler.ShowControlFlow(
True )
34 AlgScheduler.ShowDataDependencies(
True )
35 AlgScheduler.setThreadPoolSize( 1 )
37 svcMgr += AthenaHiveEventLoopMgr()
38 svcMgr.AthenaHiveEventLoopMgr.WhiteboardSvc =
"EventDataSvc"
39 svcMgr.AthenaHiveEventLoopMgr.OutputLevel = DEBUG
41 from StoreGate.StoreGateConf
import SG__HiveMgrSvc
42 svcMgr += SG__HiveMgrSvc(
"EventDataSvc")
43 svcMgr.EventDataSvc.NSlots = numStores
44 svcMgr.EventDataSvc.OutputLevel = DEBUG
46 from StoreGate.StoreGateConf
import StoreGateSvc
48 svcMgr.StoreGateSvc.OutputLevel = VERBOSE
49 svcMgr.StoreGateSvc.Dump =
True
51 from StoreGate.StoreGateConf
import SGImplSvc
52 svcMgr += SGImplSvc(
"SGImplSvc")
53 svcMgr.SGImplSvc.OutputLevel = VERBOSE
65 from AthenaCommon.AlgSequence
import AlgSequence
68 topSeq += CfgMgr.WriteData()
69 topSeq += CfgMgr.ReadData(DataProducer =
"WriteData")
72 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
73 if not hasattr (svcMgr,
'StoreGateSvc'):
74 svcMgr += CfgMgr.StoreGateSvc()
78 svcMgr.MessageSvc.useColors =
True