12from Configurables
import CounterAlg
13from Configurables
import Gaudi__Monitoring__MessageSvcSink
as MessageSvcSink
18app.TopAlg = [counterAlg]
21app.HistogramPersistency =
"NONE"
22app.ExtSvc += [MessageSvcSink()]
The Application Manager class.
Simple algorithm illustrating the usage of different "counters".