![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
Functions | |
def | cpp_flush () |
Variables | |
string | __author__ = "Vanya BELYAEV Ivan.Belyaev@nikhef.nl" |
gaudi = AppMgr() | |
EvtSel | |
HistogramPersistency | |
hsvc = gaudi.service('HistogramPersistencySvc') | |
OutputFile | |
Rndm = cpp.Rndm | |
configure & initialize More... | |
IRndmGenSvc = cpp.IRndmGenSvc | |
rndmSvc = gaudi.service('RndmGenSvc', IRndmGenSvc) | |
gauss = Rndm.Numbers(cpp.SmartIF("IRndmGenSvc")(rndmSvc), Rndm.Gauss(0.0, 1.0)) | |
histo1 | |
histo2 | |
rhisto1 = aida2root(histo1) | |
rhisto2 = aida2root(histo2) | |
def HistoUtilsEx.cpp_flush | ( | ) |
Definition at line 38 of file HistoUtilsEx.py.
|
private |
Definition at line 25 of file HistoUtilsEx.py.
HistoUtilsEx.EvtSel |
Definition at line 46 of file HistoUtilsEx.py.
HistoUtilsEx.gaudi = AppMgr() |
Definition at line 43 of file HistoUtilsEx.py.
HistoUtilsEx.gauss = Rndm.Numbers(cpp.SmartIF("IRndmGenSvc")(rndmSvc), Rndm.Gauss(0.0, 1.0)) |
Definition at line 66 of file HistoUtilsEx.py.
HistoUtilsEx.histo1 |
Definition at line 71 of file HistoUtilsEx.py.
HistoUtilsEx.histo2 |
Definition at line 74 of file HistoUtilsEx.py.
HistoUtilsEx.HistogramPersistency |
Definition at line 49 of file HistoUtilsEx.py.
HistoUtilsEx.hsvc = gaudi.service('HistogramPersistencySvc') |
Definition at line 52 of file HistoUtilsEx.py.
HistoUtilsEx.IRndmGenSvc = cpp.IRndmGenSvc |
Definition at line 61 of file HistoUtilsEx.py.
HistoUtilsEx.OutputFile |
Definition at line 53 of file HistoUtilsEx.py.
HistoUtilsEx.rhisto1 = aida2root(histo1) |
Definition at line 88 of file HistoUtilsEx.py.
HistoUtilsEx.rhisto2 = aida2root(histo2) |
Definition at line 89 of file HistoUtilsEx.py.
HistoUtilsEx.Rndm = cpp.Rndm |
configure & initialize
Definition at line 60 of file HistoUtilsEx.py.
HistoUtilsEx.rndmSvc = gaudi.service('RndmGenSvc', IRndmGenSvc) |
Definition at line 62 of file HistoUtilsEx.py.