The Gaudi Framework  master (37c0b60a)
CounterAlg.py
Go to the documentation of this file.
1 
11 
12 from Configurables import CounterAlg
13 from Configurables import Gaudi__Monitoring__MessageSvcSink as MessageSvcSink
14 from Gaudi.Configuration import *
15 
17 counterAlg = CounterAlg()
18 app.TopAlg = [counterAlg]
19 app.EvtMax = 500
20 app.EvtSel = "NONE"
21 app.HistogramPersistency = "NONE"
22 app.ExtSvc += [MessageSvcSink()]
CounterAlg
Simple algorithm illustrating the usage of different "counters".
Definition: CounterAlg.cpp:19
Gaudi.Configuration
Definition: Configuration.py:1
ApplicationMgr
Definition: ApplicationMgr.h:57