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
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:19
Gaudi.Configuration
Definition:
Configuration.py:1
ApplicationMgr
Definition:
ApplicationMgr.h:57
GaudiTestSuite
options
CounterAlg.py
Generated on Thu Dec 19 2024 15:35:06 for The Gaudi Framework by
1.8.18