14 from Configurables
import (
16 GaudiExamplesCommonConf,
25 GaudiExamplesCommonConf()
27 myalg = MyAlgorithm(
"MyAlg", PrivateToolsOnly=
True, Cardinality=20)
29 ToolSvc(OutputLevel=INFO)
31 algResourcePool = AlgResourcePool(OutputLevel=INFO)
32 slimeventloopmgr = HiveSlimEventLoopMgr(
33 SchedulerName=
"AvalancheSchedulerSvc", OutputLevel=INFO
35 whiteboard = HiveWhiteBoard(
"EventDataSvc")
40 HistogramPersistency=
"NONE",
41 EventLoop=slimeventloopmgr,
42 ExtSvc=[algResourcePool, whiteboard],