The Gaudi Framework
master (da3d77e1)
Timing.py
Go to the documentation of this file.
1
#!/usr/bin/env gaudirun.py
2
12
13
# ============================================================================
14
from
Configurables
import
GaudiTestSuiteCommonConf
15
from
Gaudi.Configuration
import
*
16
17
GaudiTestSuiteCommonConf()
18
# ============================================================================
19
# @file
20
# Simple file to run GaudiTestSuite::TimingAlg example
21
# @author Vanya BELYAEV Ivan.Belyaev@nikhef.nl
22
# @author Marco CLEMENCIC Marco.Clemencic@cern.ch
23
# @date 2008-05-13
24
# ============================================================================
25
app =
ApplicationMgr
()
26
# app.ExtSvc += [ "RndmGenSvc" ]
27
app.TopAlg = [
"GaudiTestSuite::TimingAlg/Timing"
]
28
app.EvtSel =
"NONE"
# do not use any event input
29
app.EvtMax = 400
30
# ============================================================================
31
# The END
32
# ============================================================================
Gaudi.Configuration
Definition:
Configuration.py:1
ApplicationMgr
Definition:
ApplicationMgr.h:57
GaudiTestSuite
options
Timing.py
Generated on Mon Feb 24 2025 11:10:47 for The Gaudi Framework by
1.8.18