The Gaudi Framework  master (e68eea06)
Loading...
Searching...
No Matches
Timing.py
Go to the documentation of this file.
1#!/usr/bin/env gaudirun.py
2
12
13# ============================================================================
14from Configurables import GaudiTestSuiteCommonConf
15from Gaudi.Configuration import *
16
17GaudiTestSuiteCommonConf()
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# ============================================================================
26# app.ExtSvc += [ "RndmGenSvc" ]
27app.TopAlg = ["GaudiTestSuite::TimingAlg/Timing"]
28app.EvtSel = "NONE" # do not use any event input
29app.EvtMax = 400
30# ============================================================================
31# The END
32# ============================================================================
The Application Manager class.