![]() |
The Gaudi Framework
v36r7 (7f57a304)
|
(c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More...
Go to the source code of this file.
Namespaces | |
HistoUtilsEx | |
Functions | |
def | HistoUtilsEx.cpp_flush () |
Variables | |
string | HistoUtilsEx.__author__ = "Vanya BELYAEV Ivan.Belyaev@nikhef.nl" |
HistoUtilsEx.gaudi = AppMgr() | |
HistoUtilsEx.EvtSel | |
HistoUtilsEx.HistogramPersistency | |
HistoUtilsEx.hsvc = gaudi.service("HistogramPersistencySvc") | |
HistoUtilsEx.OutputFile | |
HistoUtilsEx.Rndm = cpp.Rndm | |
configure & initialize More... | |
HistoUtilsEx.IRndmGenSvc = cpp.IRndmGenSvc | |
HistoUtilsEx.rndmSvc = gaudi.service("RndmGenSvc", IRndmGenSvc) | |
HistoUtilsEx.gauss = Rndm.Numbers(cpp.SmartIF("IRndmGenSvc")(rndmSvc), Rndm.Gauss(0.0, 1.0)) | |
HistoUtilsEx.histo1 | |
HistoUtilsEx.histo2 | |
HistoUtilsEx.rhisto1 = aida2root(histo1) | |
HistoUtilsEx.rhisto2 = aida2root(histo2) | |
(c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".
# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #
Simple example to illustrate the usage functions from HistoUtils module (Gaudi histograms outside of algorithm-scope in "script-like" environment)
Definition in file HistoUtilsEx.py.