13from Configurables
import (
14 AvalancheSchedulerSvc,
22from GaudiHive
import precedence
31whiteboard =
HiveWhiteBoard(
"EventDataSvc", EventSlots=evtslots, OutputLevel=INFO)
34 SchedulerName=
"AvalancheSchedulerSvc", OutputLevel=INFO
38 ThreadPoolSize=algosInFlight,
40 PreemptiveBlockingTasks=
True,
41 MaxBlockingAlgosInFlight=50,
42 DumpIntraEventDynamics=
True,
49 path=
"atlas/mcreco/averageTiming.mcreco.TriggerOff.json", defaultTime=0.0
58 cfgPath=
"atlas/mcreco/cf.mcreco.TriggerOff.graphml",
59 dfgPath=
"atlas/mcreco/df.mcreco.TriggerOff.3rdEvent.graphml",
60 topSequencer=
"AthSequencer/AthMasterSeq",
67 EventLoop=slimeventloopmgr,
69 MessageSvcType=
"InertMessageSvc",
The Application Manager class.
Thread safe extension to the standard MessageSvc.