11 from __future__
import print_function
13 from Configurables
import (
15 GaudiExamplesCommonConf,
30 GaudiExamplesCommonConf()
35 p1 =
Prescaler(
"Prescaler1", PercentPass=50.0, OutputLevel=WARNING)
36 p2 =
Prescaler(
"Prescaler2", PercentPass=10.0, OutputLevel=WARNING)
61 all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor
63 print(
"# --- Configured Control Flow Expression:")
66 EventLoopMgr(PrintControlFlowExpression=
True)
72 ExtSvc=[
"ToolSvc",
"AuditorSvc"],
76 AuditorSvc().Auditors += [TimingAuditor(
"TIMER")]