The Gaudi Framework  v36r10 (fc05264c)
Counter Namespace Reference

Classes

class  Counter
 

Functions

def configure (gaudi=None)
 

Variables

string __author__ = "Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr"
 
 Rndm = GaudiPython.gbl.Rndm
 
 Numbers = Rndm.Numbers
 
 SUCCESS = GaudiPython.SUCCESS
 
 __call__
 
 gaudi = GaudiPython.AppMgr()
 

Function Documentation

◆ configure()

def Counter.configure (   gaudi = None)
Configuration of the job

Definition at line 105 of file Counter.py.

105 def configure(gaudi=None):
106  """Configuration of the job"""
107 
108  if not gaudi:
109  gaudi = GaudiPython.AppMgr()
110 
111  gaudi.JobOptionsType = "NONE"
112  gaudi.EvtSel = "NONE"
113 
114  gaudi.config()
115 
116  alg = Counter()
117  gaudi.setAlgorithms([alg])
118  gaudi.ExtSvc += ["Gaudi::Monitoring::MessageSvcSink"]
119 
120  return SUCCESS
121 
122 
123 # =============================================================================
124 # The actual job excution
125 # =============================================================================

Variable Documentation

◆ __author__

string Counter.__author__ = "Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr"
private

Definition at line 31 of file Counter.py.

◆ __call__

Counter.__call__
private

Definition at line 42 of file Counter.py.

◆ gaudi

Counter.gaudi = GaudiPython.AppMgr()

Definition at line 128 of file Counter.py.

◆ Numbers

Counter.Numbers = Rndm.Numbers

Definition at line 39 of file Counter.py.

◆ Rndm

Counter.Rndm = GaudiPython.gbl.Rndm

Definition at line 38 of file Counter.py.

◆ SUCCESS

Counter.SUCCESS = GaudiPython.SUCCESS

Definition at line 40 of file Counter.py.

Counter.configure
def configure(gaudi=None)
Definition: Counter.py:105
GaudiPython.Bindings.AppMgr
Definition: Bindings.py:872
Counter
Definition: Counter.py:1