The Gaudi Framework  v36r7 (7f57a304)
HistoEx2 Namespace Reference

Classes

class  HistoEx2
 

Functions

def configure (gaudi=None)
 

Variables

string __author__ = "Vanya BELYAEV ibelyaev@physics.syr.edu"
 
 Rndm = cpp.Rndm
 
 gaudi = AppMgr()
 
 alg = gaudi.algorithm(alg)
 
 histos = alg.Histos()
 
 histo = histos[key]
 

Function Documentation

◆ configure()

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

Definition at line 67 of file HistoEx2.py.

67 def configure(gaudi=None):
68  """Configuration of the job"""
69 
70  import HistoEx1
71 
72  if not gaudi:
73  from GaudiPython.Bindings import AppMgr
74 
75  gaudi = AppMgr()
76 
77  HistoEx1.configure(gaudi)
78 
79  alg = HistoEx2("HistoEx2")
80  gaudi.addAlgorithm(alg)
81 
82  alg.HistoPrint = True
83 
84  return SUCCESS
85 
86 
87 # =============================================================================
88 # The actual job execution
89 # =============================================================================

Variable Documentation

◆ __author__

string HistoEx2.__author__ = "Vanya BELYAEV ibelyaev@physics.syr.edu"
private

Definition at line 26 of file HistoEx2.py.

◆ alg

HistoEx2.alg = gaudi.algorithm(alg)

Definition at line 103 of file HistoEx2.py.

◆ gaudi

HistoEx2.gaudi = AppMgr()

Definition at line 96 of file HistoEx2.py.

◆ histo

HistoEx2.histo = histos[key]

Definition at line 106 of file HistoEx2.py.

◆ histos

HistoEx2.histos = alg.Histos()

Definition at line 104 of file HistoEx2.py.

◆ Rndm

HistoEx2.Rndm = cpp.Rndm

Definition at line 33 of file HistoEx2.py.

GaudiPython.Bindings
Definition: Bindings.py:1
HistoEx2.configure
def configure(gaudi=None)
Definition: HistoEx2.py:67
HistoEx2
Definition: HistoEx2.py:1
HistoEx1.configure
def configure(gaudi=None)
Definition: HistoEx1.py:71