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