11 from Configurables
import Gaudi__Monitoring__MessageSvcSink
as MessageSvcSink
16 RootHistSvc(
"RootHistSvc").OutputFile =
"histo.root"
18 from Configurables
import Gaudi__Histograming__Sink__Root
as RootHistoSink
19 from Configurables
import (
20 Gaudi__TestSuite__Counter__GaudiHistoAlgorithm
as CounterHistoAlg,
22 from Configurables
import (
23 Gaudi__TestSuite__Counter__GaudiRootHistoAlgorithm
as RootCounterHistoAlg,
27 CounterHistoAlg(
"SimpleCounterHistos", OutputLevel=DEBUG),
28 RootCounterHistoAlg(
"SimpleRootCounterHistos", OutputLevel=DEBUG),
34 HistogramPersistency=
"ROOT",
36 ExtSvc=[MessageSvcSink(), RootHistoSink()],