The Gaudi Framework  v36r7 (7f57a304)
HistoUtilsEx.py File Reference

(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)
 

Detailed Description

(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)

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl

@date 2009-05-17

Definition in file HistoUtilsEx.py.