|  | The Gaudi Framework
    v36r9p1 (5c15b2bb)
    | 
| 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 26 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 75 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 90 of file HistoUtilsEx.py.
| HistoUtilsEx.rhisto2 = aida2root(histo2) | 
Definition at line 91 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.