Go to the source code of this file.
Namespaces | |
namespace | GaudiPython::HistoUtils |
Functions | |
def | GaudiPython::HistoUtils::_getAppMgr |
Helper private auxillary function to get Aplication Manager. | |
def | GaudiPython::HistoUtils::_getHistoSvc |
Helper private auxillary function to get iHistogramSvs. | |
def | GaudiPython::HistoUtils::_getEvtSvc |
Helper private auxillary function to get iDataSvs. | |
def | GaudiPython::HistoUtils::book |
The trivial function to book the various 1D,2D&3D-histograms. | |
def | GaudiPython::HistoUtils::bookProf |
The trivial function to book 1D&2D profile histograms:. | |
def | GaudiPython::HistoUtils::getAsAIDA |
The most trivial function to retrieve the histogram from Histogram Transient Store. | |
def | GaudiPython::HistoUtils::getAsROOT |
The most trivial function to retrieve the histogram from Histogram Transient Store. | |
def | GaudiPython::HistoUtils::fill |
The function which allows 'the smart fill' of 1D-histogram. | |
Variables | |
string | GaudiPython::HistoUtils::__author__ = "Vanya BELYAEV ibelyaev@physics.syr.edu" |
This module contains set of simple and useful utilitied for booking and manipulations with Gaudi-AIDA histograms, inspired by Thomas' requiest. | |
tuple | GaudiPython::HistoUtils::__all__ = ( 'book' , 'bookProf' , 'getAsAIDA' , 'getAsROOT' , 'fill' ) |