, including all inherited members.
Analysis(IHistogrammer *histogrammer, const string &name) | ForIA::Analysis | |
analysisPath(const std::string path) | ForIA::Analysis | [inline, protected] |
bookHistogram1D(const string &path, const string &name, const string &title, int nBins, double xMin, double xMax, bool divideBinWidths=true) | ForIA::Analysis | [protected] |
bookHistogram1D(const string &name, const string &title, int nBins, double xMin, double xMax, bool divideBinWidths=true) | ForIA::Analysis | [protected] |
bookHistogram1D(const string &path, const string &name, const string &title, const vector< double > &bins, bool divideBinWidths=true) | ForIA::Analysis | [protected] |
bookHistogram1D(const string &name, const string &title, const vector< double > &bins, bool divideBinWidths=true) | ForIA::Analysis | [protected] |
bookHistogram2D(const string &path, const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax, bool divideBinWidths=true) | ForIA::Analysis | [protected] |
bookHistogram2D(const string &name, const string &title, int nBinsX, double xMin, double xMax, int nBinsY, double yMin, double yMax, bool divideBinWidths=true) | ForIA::Analysis | [protected] |
bookHistogram2D(const string &path, const string &name, const string &title, const vector< double > &xbins, const vector< double > &ybins, bool divideBinWidths=true) | ForIA::Analysis | [protected] |
bookHistogram2D(const string &name, const string &title, const vector< double > &xbins, const vector< double > &ybins, bool divideBinWidths=true) | ForIA::Analysis | [protected] |
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=true) | ForIA::Analysis | [protected] |
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=true) | ForIA::Analysis | [protected] |
bookProfile1D(const string &path, const string &name, const string &title, int nBins, double xMin, double xMax) | ForIA::Analysis | [protected] |
bookProfile1D(const string &name, const string &title, int nBins, double xMin, double xMax) | ForIA::Analysis | [protected] |
execute(const Event &evt)=0 | ForIA::Analysis | [protected, pure virtual] |
executeClear(const Event &evt) | ForIA::Analysis | |
fillHistogram1D(const string &path, const string &name, double value, double weight) | ForIA::Analysis | [protected] |
fillHistogram1D(const string &name, double value, double weight) | ForIA::Analysis | [protected] |
fillHistogram2D(const string &path, const string &name, double xVal, double yVal, double weight) | ForIA::Analysis | [protected] |
fillHistogram2D(const string &name, double xVal, double yVal, double weight) | ForIA::Analysis | [protected] |
fillHistogram3D(const string &path, const string &name, double xVal, double yVal, double zVal, double weight) | ForIA::Analysis | [protected] |
fillHistogram3D(const string &name, double xVal, double yVal, double zVal, double weight) | ForIA::Analysis | [protected] |
fillProfile1D(const string &path, const string &name, double xVal, double yVal, double weight) | ForIA::Analysis | [protected] |
fillProfile1D(const string &name, double xVal, double yVal, double weight) | ForIA::Analysis | [protected] |
finalise()=0 | ForIA::Analysis | [pure virtual] |
histograms() | ForIA::Analysis | [protected] |
initialise()=0 | ForIA::Analysis | [pure virtual] |
name() const | ForIA::Analysis | |
normaliseHistogram1D(const string &path, const string &name, double intgl) | ForIA::Analysis | [protected] |
normaliseHistogram1D(const string &name, double intgl) | ForIA::Analysis | [protected] |
scaleHistogram1D(const string &path, const string &name, double scale) | ForIA::Analysis | [protected] |
scaleHistogram1D(const string &name, double scale) | ForIA::Analysis | [protected] |
storeEvent(bool doStore=true) | ForIA::Analysis | [protected] |
storesEvent() const | ForIA::Analysis | |
~Analysis() | ForIA::Analysis | [inline, virtual] |