|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
Go to the source code of this file.
Classes | |
| class | GaudiPython::HistoUtils::HistoFile |
Namespaces | |
| namespace | GaudiPython::HistoUtils |
Functions | |
| def | GaudiPython::HistoUtils::_getAppMgr |
| Helper private auxiliary function to get Application Manager. | |
| def | GaudiPython::HistoUtils::_getHistoSvc |
| Helper private auxiliary function to get iHistogramSvs. | |
| def | GaudiPython::HistoUtils::_getEvtSvc |
| Helper private auxiliary 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. | |
| def | GaudiPython::HistoUtils::_to_root_ |
| Convert AIDA to ROOT. | |
| def | GaudiPython::HistoUtils::_moment_ |
| Evaluate 'bin-by-bin' momentum of certain order around the value. | |
| def | GaudiPython::HistoUtils::_momentErr_ |
| Evaluate error in 'bin-by-bin' momentum of certain order around the value. | |
| def | GaudiPython::HistoUtils::_centralMoment_ |
| Evaluate 'bin-by-bin' central momentum (around mean value) | |
| def | GaudiPython::HistoUtils::_centralMomentErr_ |
| Evaluate error in 'bin-by-bin' momentum of certain order around the value. | |
| def | GaudiPython::HistoUtils::_skewness_ |
| Evaluate 'bin-by-bin' skewness for 1D histogram. | |
| def | GaudiPython::HistoUtils::_skewnessErr_ |
| Evaluate error for 'bin-by-bin' skewness for 1D histogram. | |
| def | GaudiPython::HistoUtils::_kurtosis_ |
| Evaluate 'bin-by-bin' kurtosis for 1D histogram. | |
| def | GaudiPython::HistoUtils::_kurtosisErr_ |
| Evaluate error for 'bin-by-bin' kurtosis for 1D histogram. | |
| def | GaudiPython::HistoUtils::_nEff_ |
| def | GaudiPython::HistoUtils::_mean_ |
| def | GaudiPython::HistoUtils::_meanErr_ |
| def | GaudiPython::HistoUtils::_rms_ |
| def | GaudiPython::HistoUtils::_rmsErr_ |
| def | GaudiPython::HistoUtils::_sumBinHeightErr_ |
| def | GaudiPython::HistoUtils::_sumAllBinHeightErr_ |
| def | GaudiPython::HistoUtils::_overflowEntriesFrac_ |
| def | GaudiPython::HistoUtils::_overflowEntriesFracErr_ |
| def | GaudiPython::HistoUtils::_underflowEntriesFrac_ |
| def | GaudiPython::HistoUtils::_underflowEntriesFracErr_ |
| def | GaudiPython::HistoUtils::_overflowIntegralFrac_ |
| def | GaudiPython::HistoUtils::_overflowIntegralFracErr_ |
| def | GaudiPython::HistoUtils::_underflowIntegralFrac_ |
| def | GaudiPython::HistoUtils::_underflowIntegralFracErr_ |
| def | GaudiPython::HistoUtils::_nEntries_ |
| get number of entries in histogram up to the certain bin (not-included) get number of entries in histogram form the certain minimal bin up to the certain maximal bin (not-included) | |
| def | GaudiPython::HistoUtils::_nEntriesFrac_ |
| def | GaudiPython::HistoUtils::_nEntriesFracErr_ |
| def | GaudiPython::HistoUtils::_path_ |
| ============================================================================ | |
| def | GaudiPython::HistoUtils::__dumpHisto__ |
| ============================================================================= | |
Variables | |
| string | GaudiPython::HistoUtils::__author__ = "Vanya BELYAEV ibelyaev@physics.syr.edu" |
| This module contains set of simple and useful utilities for booking and manipulations with Gaudi-AIDA histograms, inspired by Thomas' request. | |
| tuple | GaudiPython::HistoUtils::__all__ |
| GaudiPython::HistoUtils::HID = cpp.GaudiAlg.ID | |
| GaudiPython::HistoUtils::useROOT = False | |
| global flag | |
| GaudiPython::HistoUtils::aida2root = cpp.Gaudi.Utils.Aida2ROOT.aida2root | |
| AIDA -> ROOT converter. | |
| GaudiPython::HistoUtils::HistoStats = cpp.Gaudi.Utils.HistoStats | |
| GaudiPython::HistoUtils::i1DH = cpp.AIDA.IHistogram1D | |
| GaudiPython::HistoUtils::iBH = cpp.AIDA.IBaseHistogram | |
| GaudiPython::HistoUtils::histoDump = __dumpHisto__ | |
| the actual function for text dump of the histogram | |
| GaudiPython::HistoUtils::dumpHisto = __dumpHisto__ | |