, including all inherited members.
bookHistogram1D(const string &name, const string &title, int nBins, double xMin, double xMax) | ForIA::IHistogrammer | |
bookHistogram1D(const string &name, const string &title, int nBins, double xMin, double xMax, bool divideBinWidths) | ForIA::IHistogrammer | |
bookHistogram1D(const string &path, const string &name, const string &title, int nBins, double xMin, double xMax) | ForIA::IHistogrammer | |
bookHistogram1D(const string &path, const string &name, const string &title, int nBins, double xMin, double xMax, bool divideBinWidths)=0 | ForIA::IHistogrammer | [pure virtual] |
bookHistogram1D(const string &name, const string &title, const vector< double > &bins) | ForIA::IHistogrammer | |
bookHistogram1D(const string &name, const string &title, const vector< double > &bins, bool divideBinWidths) | ForIA::IHistogrammer | |
bookHistogram1D(const string &path, const string &name, const string &title, const vector< double > &bins) | ForIA::IHistogrammer | |
bookHistogram1D(const string &path, const string &name, const string &title, const vector< double > &bins, bool divideBinWidths)=0 | ForIA::IHistogrammer | [pure virtual] |
bookHistogram2D(const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax) | ForIA::IHistogrammer | |
bookHistogram2D(const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax, bool divideBinWidths) | ForIA::IHistogrammer | |
bookHistogram2D(const string &path, const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax) | ForIA::IHistogrammer | |
bookHistogram2D(const string &path, const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax, bool divideBinWidths)=0 | ForIA::IHistogrammer | [pure virtual] |
bookHistogram2D(const string &name, const string &title, const vector< double > &xbins, const vector< double > &ybins) | ForIA::IHistogrammer | |
bookHistogram2D(const string &name, const string &title, const vector< double > &xbins, const vector< double > &ybins, bool divideBinWidths) | ForIA::IHistogrammer | |
bookHistogram2D(const string &path, const string &name, const string &title, const vector< double > &xbins, const vector< double > &ybins) | ForIA::IHistogrammer | |
bookHistogram2D(const string &path, const string &name, const string &title, const vector< double > &xbins, const vector< double > &ybins, bool divideBinWidths)=0 | ForIA::IHistogrammer | [pure virtual] |
bookHistogram3D(const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax, int nBinsZ, double zMin, double zMax) | ForIA::IHistogrammer | |
bookHistogram3D(const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax, int nBinsZ, double zMin, double zMax, bool divideBinWidths) | ForIA::IHistogrammer | |
bookHistogram3D(const string &path, const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax, int nBinsZ, double zMin, double zMax) | ForIA::IHistogrammer | |
bookHistogram3D(const string &path, const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax, int nBinsZ, double zMin, double zMax, bool divideBinWidths)=0 | ForIA::IHistogrammer | [pure virtual] |
bookProfile1D(const string &name, const string &title, int nBins, double xMin, double xMax) | ForIA::IHistogrammer | |
bookProfile1D(const string &path, const string &name, const string &title, int nBins, double xMin, double xMax)=0 | ForIA::IHistogrammer | [pure virtual] |
fillHistogram1D(const string &path, const string &name, double value, double weight)=0 | ForIA::IHistogrammer | [pure virtual] |
fillHistogram1D(const string &name, double value, double weight) | ForIA::IHistogrammer | |
fillHistogram2D(const string &path, const string &name, double xVal, double yVal, double weight)=0 | ForIA::IHistogrammer | [pure virtual] |
fillHistogram2D(const string &name, double xVal, double yVal, double weight) | ForIA::IHistogrammer | |
fillHistogram3D(const string &path, const string &name, double xVal, double yVal, double zVal, double weight)=0 | ForIA::IHistogrammer | [pure virtual] |
fillHistogram3D(const string &name, double xVal, double yVal, double zVal, double weight) | ForIA::IHistogrammer | |
fillProfile1D(const string &path, const string &name, double xVal, double yVal, double weight)=0 | ForIA::IHistogrammer | [pure virtual] |
fillProfile1D(const string &name, double xVal, double yVal, double weight) | ForIA::IHistogrammer | |
finalise()=0 | ForIA::IHistogrammer | [pure virtual] |
normaliseHistogram1D(const string &path, const string &name, double norm=1.)=0 | ForIA::IHistogrammer | [pure virtual] |
normaliseHistogram1D(const string &name, double norm=1.) | ForIA::IHistogrammer | |
normaliseHistogram2D(const string &path, const string &name, double norm=1.)=0 | ForIA::IHistogrammer | [pure virtual] |
normaliseHistogram2D(const string &name, double norm=1.) | ForIA::IHistogrammer | |
outputName() const =0 | ForIA::IHistogrammer | [pure virtual] |
scaleHistogram1D(const string &path, const string &name, double scale=1.)=0 | ForIA::IHistogrammer | [pure virtual] |
scaleHistogram1D(const string &name, double scale=1.) | ForIA::IHistogrammer | |
scaleHistogram2D(const string &path, const string &name, double scale=1.)=0 | ForIA::IHistogrammer | [pure virtual] |
scaleHistogram2D(const string &name, double scale=1.) | ForIA::IHistogrammer | |
showHistograms(std::ostream &out) const =0 | ForIA::IHistogrammer | [pure virtual] |
~IHistogrammer() | ForIA::IHistogrammer | [inline, virtual] |