![]() |
The Gaudi Framework
v36r0 (4abb4d13)
|
Definition of an Histogram Axis. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Accumulators/Histogram.h>

Public Member Functions | |
| Axis (unsigned int _nBins, Arithmetic _minValue, Arithmetic _maxValue, const std::string &_title="") | |
Public Attributes | |
| unsigned int | nBins |
| number of bins for this Axis More... | |
| Arithmetic | minValue |
| min and max values on this axis More... | |
| Arithmetic | maxValue |
| std::string | title |
| title of this axis More... | |
| Arithmetic | ratio |
| precomputed ratio to convert a value into bin number equal to nBins/(maxValue-minValue) More... | |
Definition of an Histogram Axis.
Definition at line 130 of file Histogram.h.
|
inline |
| Arithmetic Gaudi::Accumulators::Axis< Arithmetic >::maxValue |
Definition at line 140 of file Histogram.h.
| Arithmetic Gaudi::Accumulators::Axis< Arithmetic >::minValue |
min and max values on this axis
Definition at line 140 of file Histogram.h.
| unsigned int Gaudi::Accumulators::Axis< Arithmetic >::nBins |
number of bins for this Axis
Definition at line 138 of file Histogram.h.
| Arithmetic Gaudi::Accumulators::Axis< Arithmetic >::ratio |
precomputed ratio to convert a value into bin number equal to nBins/(maxValue-minValue)
Definition at line 147 of file Histogram.h.
| std::string Gaudi::Accumulators::Axis< Arithmetic >::title |
title of this axis
Definition at line 142 of file Histogram.h.