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