The Gaudi Framework
v36r1 (3e2fb5a8)
CounterAlg.py
Go to the documentation of this file.
1
11
12
from
Gaudi.Configuration
import
*
13
from
Configurables
import
CounterAlg
14
from
Configurables
import
Gaudi__Monitoring__MessageSvcSink
as
MessageSvcSink
15
16
app =
ApplicationMgr
()
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:17
Gaudi.Configuration
Definition:
Configuration.py:1
ApplicationMgr
Definition:
ApplicationMgr.h:57
GaudiExamples
options
CounterAlg.py
Generated on Tue Sep 21 2021 12:27:41 for The Gaudi Framework by
1.8.18