16 from Configurables
import ParentAlg, StopperAlg, Prescaler, HelloWorld, TimingAuditor
18 from Configurables
import GaudiExamplesCommonConf
19 GaudiExamplesCommonConf()
24 p1 = Prescaler(
'Prescaler1', PercentPass=50., OutputLevel=WARNING)
25 p2 = Prescaler(
'Prescaler2', PercentPass=10., OutputLevel=WARNING)
26 h = HelloWorld(OutputLevel=DEBUG)
31 top =
Sequencer(
'TopSequence', Members=[s1, s2], StopOverride=
True)
48 TopAlg=[ParentAlg(), StopperAlg(StopCount=20), top, sand, sor],
51 ExtSvc=[
'ToolSvc',
'AuditorSvc'],
54 AuditorSvc().Auditors += [TimingAuditor(
"TIMER")]