The Gaudi Framework  v36r7 (7f57a304)
HistoEx1 Namespace Reference

Classes

class  HistoEx1
 

Functions

def configure (gaudi=None)
 

Variables

string __author__ = "Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr"
 
 gaudi = AppMgr()
 
 alg = gaudi.algorithm("HistoEx1")
 
 histos = alg.Histos()
 
 histo = histos[key]
 

Function Documentation

◆ configure()

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

Definition at line 71 of file HistoEx1.py.

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

Variable Documentation

◆ __author__

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

Definition at line 26 of file HistoEx1.py.

◆ alg

HistoEx1.alg = gaudi.algorithm("HistoEx1")

Definition at line 106 of file HistoEx1.py.

◆ gaudi

HistoEx1.gaudi = AppMgr()

Definition at line 99 of file HistoEx1.py.

◆ histo

HistoEx1.histo = histos[key]

Definition at line 109 of file HistoEx1.py.

◆ histos

HistoEx1.histos = alg.Histos()

Definition at line 107 of file HistoEx1.py.

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