14 from Configurables
import ApplicationMgr, AvalancheSchedulerSvc
15 from Configurables
import Gaudi__TestSuite__IntDataConsumer
as IntDataConsumer
16 from Configurables
import GaudiExamplesCommonConf, HiveSlimEventLoopMgr, HiveWhiteBoard
21 GaudiExamplesCommonConf()
23 slimeventloopmgr = HiveSlimEventLoopMgr(
24 SchedulerName=
"AvalancheSchedulerSvc", OutputLevel=ERROR
26 whiteboard = HiveWhiteBoard(
"EventDataSvc")
28 scheduler = AvalancheSchedulerSvc(ThreadPoolSize=threads, OutputLevel=WARNING)
31 TopAlg=[IntDataConsumer()],
34 EventLoop=slimeventloopmgr,