11 from __future__
import print_function
13 from Configurables
import AlgTimingAuditor, ApplicationMgr, AuditorSvc, EventLoopMgr
14 from Configurables
import Gaudi__Examples__EventCounter
as EventCounter
15 from Configurables
import Gaudi__Examples__Prescaler
as Prescaler
16 from Configurables
import GaudiExamplesCommonConf, HelloWorld, ParentAlg, StopperAlg
25 GaudiExamplesCommonConf()
32 h = HelloWorld(OutputLevel=DEBUG)
56 all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor
58 print(
"# --- Configured Control Flow Expression:")
61 EventLoopMgr(PrintControlFlowExpression=
True)
67 ExtSvc=[
"ToolSvc",
"AuditorSvc",
"Gaudi::Monitoring::MessageSvcSink"],
71 AuditorSvc().Auditors += [AlgTimingAuditor(
"TIMER")]