13from Configurables
import AlgTimingAuditor, EventLoopMgr
14from Configurables
import Gaudi__TestSuite__EventCounter
as GE_EventCounter
15from Configurables
import Gaudi_Test_MySuperAlg
as MySuperAlg
16from Configurables
import GaudiTestSuiteCommonConf, HelloWorld, ParentAlg, StopperAlg
18from GaudiConfig.ControlFlow
import seq
25GaudiTestSuiteCommonConf()
27s1 = MySuperAlg(
"s1", OutputLevel=INFO)
28s2 = MySuperAlg(
"s2", OutputLevel=WARNING)
31MySuperAlg(
"s2", PercentPass=75, OutputLevel=DEBUG)
41 raise RuntimeError(
"we should not be able to retype to SuperAlgorithm")
47print(
"# --- Configured Control Flow Expression:")
57 ExtSvc=[
"ToolSvc",
"AuditorSvc",
"Gaudi::Monitoring::MessageSvcSink"],
The Application Manager class.
This service manages Auditors.
Class definition of EventLoopMgr.
Trivial Algorithm for tutotial purposes.
Trivial Algorithm for tutotial purposes.