| _binContents | HistogramBase | protected |
| _max | HistogramBase | protected |
| _maxDensity | HistogramBase | protected |
| _min | HistogramBase | protected |
| _minDensity | HistogramBase | protected |
| _nBins | HistogramBase | protected |
| _sumW2 | HistogramBase | protected |
| add(const HistogramBase &other) | HistogramBase | |
| asymmetry(const HistogramBase &other) | HistogramBase | |
| asymmetry(const HistogramBase &other1, const HistogramBase &other2) | HistogramBase | |
| checkBinNumber(int bin) const | HistogramBase | |
| chi2(const HistogramBase &other) const | HistogramBase | |
| chi2sig(const HistogramBase &other, int ndof=-1) const | HistogramBase | |
| clear() | HistogramBase | |
| divide(const HistogramBase &other) | HistogramBase | |
| drawPullHistogram(const HistogramBase &other, TString name, int nBins=50, double pmLimits=3.5) const | HistogramBase | |
| fillBase(int binNum, double weight) | HistogramBase | |
| getBinContent(int bin) const | HistogramBase | |
| getBinError(int bin) const | HistogramBase | |
| getBinVolume(int bin) const | HistogramBase | virtual |
| getFrequencyDensity(int bin) const | HistogramBase | |
| getMax() const | HistogramBase | |
| getMaxDensity() const | HistogramBase | |
| getMin() const | HistogramBase | |
| getMinDensity() const | HistogramBase | |
| getNBins() const | HistogramBase | inline |
| HistogramBase(int nBins) | HistogramBase | |
| integral() const | HistogramBase | |
| integralError() const | HistogramBase | |
| loadBase(TString filename) | HistogramBase | |
| makeFrequencyDensity() | HistogramBase | |
| merge(const HistogramBase &other) | HistogramBase | virtual |
| minus(const HistogramBase &other) | HistogramBase | |
| multiply(const HistogramBase &other) | HistogramBase | |
| normalise(double area=1.0) | HistogramBase | |
| print() | HistogramBase | |
| pulls(const HistogramBase &other) | HistogramBase | |
| pulls(const HistogramBase &other1, const HistogramBase &other2) | HistogramBase | |
| pvalue(const HistogramBase &other, int ndof=-1) const | HistogramBase | |
| randomiseWithinErrors(int seed) | HistogramBase | |
| reserveCapacity(int nElements) | HistogramBase | |
| resetBinContents(int nBins) | HistogramBase | |
| saveBase() | HistogramBase | |
| saveBase(TString filename) | HistogramBase | |
| setBinContent(int bin, double val) | HistogramBase | |
| setBinError(int bin, double val) | HistogramBase | |
| setMax(double max) | HistogramBase | inline |
| setMaxDensity(double max) | HistogramBase | inline |
| setMin(double min) | HistogramBase | inline |
| setMinDensity(double min) | HistogramBase | inline |
| ~HistogramBase() | HistogramBase | virtual |