The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
CounterAlg.py
Go to the documentation of this file.
11
12from Configurables import CounterAlg
13from Configurables import Gaudi__Monitoring__MessageSvcSink as MessageSvcSink
14from Gaudi.Configuration import *
15
17counterAlg = CounterAlg()
18app.TopAlg = [counterAlg]
19app.EvtMax = 500
20app.EvtSel = "NONE"
21app.HistogramPersistency = "NONE"
22app.ExtSvc += [MessageSvcSink()]
The Application Manager class.
Simple algorithm illustrating the usage of different "counters".