RAIDA
1.9.0
|
This is the complete list of members for AIDA::IHistogramFactoryROOT, including all inherited members.
add(const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
add(const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
add(const std::string &path, const IHistogram3D &hist1, const IHistogram3D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
createCloud1D(const std::string &path, const std::string &title, int nMax=-1, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createCloud1D(const std::string &pathAndTitle) | AIDA::IHistogramFactoryROOT | virtual |
createCloud2D(const std::string &path, const std::string &title, int nMax=-1, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createCloud2D(const std::string &pathAndTitle) | AIDA::IHistogramFactoryROOT | virtual |
createCloud3D(const std::string &path, const std::string &title, int nMax=-1, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createCloud3D(const std::string &pathAndTitle) | AIDA::IHistogramFactoryROOT | virtual |
createCopy(const std::string &path, const ICloud1D &cloud) | AIDA::IHistogramFactoryROOT | virtual |
createCopy(const std::string &path, const ICloud2D &cloud) | AIDA::IHistogramFactoryROOT | virtual |
createCopy(const std::string &path, const ICloud3D &cloud) | AIDA::IHistogramFactoryROOT | virtual |
createCopy(const std::string &path, const IHistogram1D &hist) | AIDA::IHistogramFactoryROOT | virtual |
createCopy(const std::string &path, const IHistogram2D &hist) | AIDA::IHistogramFactoryROOT | virtual |
createCopy(const std::string &path, const IHistogram3D &hist) | AIDA::IHistogramFactoryROOT | virtual |
createCopy(const std::string &path, const IProfile1D &profile) | AIDA::IHistogramFactoryROOT | virtual |
createCopy(const std::string &path, const IProfile2D &profile) | AIDA::IHistogramFactoryROOT | virtual |
createHistogram1D(const std::string &path, const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createHistogram1D(const std::string &pathAndTitle, int nBins, double lowerEdge, double upperEdge) | AIDA::IHistogramFactoryROOT | virtual |
createHistogram1D(const std::string &path, const std::string &title, const std::vector< double > &binEdges, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createHistogram2D(const std::string &path, const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createHistogram2D(const std::string &pathAndTitle, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY) | AIDA::IHistogramFactoryROOT | virtual |
createHistogram2D(const std::string &path, const std::string &title, const std::vector< double > &binEdgesX, const std::vector< double > &binEdgesY, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createHistogram3D(const std::string &path, const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, int nBinsZ, double lowerEdgeZ, double upperEdgeZ, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createHistogram3D(const std::string &pathAndTitle, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, int nBinsZ, double lowerEdgeZ, double upperEdgeZ) | AIDA::IHistogramFactoryROOT | virtual |
createHistogram3D(const std::string &path, const std::string &title, const std::vector< double > &binEdgesX, const std::vector< double > &binEdgesY, const std::vector< double > &binEdgesZ, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile1D(const std::string &path, const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile1D(const std::string &path, const std::string &title, int nBins, double lowerEdge, double upperEdge, double lowerValue, double upperValue, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile1D(const std::string &path, const std::string &title, const std::vector< double > &binEdges, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile1D(const std::string &path, const std::string &title, const std::vector< double > &binEdges, double lowerValue, double upperValue, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile1D(const std::string &pathAndTitle, int nBins, double lowerEdge, double upperEdge) | AIDA::IHistogramFactoryROOT | virtual |
createProfile1D(const std::string &pathAndTitle, int nBins, double lowerEdge, double upperEdge, double lowerValue, double upperValue) | AIDA::IHistogramFactoryROOT | virtual |
createProfile2D(const std::string &path, const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile2D(const std::string &path, const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, double lowerValue, double upperValue, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile2D(const std::string &path, const std::string &title, const std::vector< double > &binEdgesX, const std::vector< double > &binEdgesY, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile2D(const std::string &path, const std::string &title, const std::vector< double > &binEdgesX, const std::vector< double > &binEdgesY, double lowerValue, double upperValue, const std::string &options="") | AIDA::IHistogramFactoryROOT | virtual |
createProfile2D(const std::string &pathAndTitle, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY) | AIDA::IHistogramFactoryROOT | virtual |
createProfile2D(const std::string &pathAndTitle, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, double lowerValue, double upperValue) | AIDA::IHistogramFactoryROOT | virtual |
destroy(IBaseHistogram *hist) | AIDA::IHistogramFactoryROOT | virtual |
divide(const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
divide(const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
divide(const std::string &path, const IHistogram3D &hist1, const IHistogram3D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
IHistogramFactoryROOT(ITree &tree) (defined in AIDA::IHistogramFactoryROOT) | AIDA::IHistogramFactoryROOT | |
IHistogramFactoryROOT() (defined in AIDA::IHistogramFactoryROOT) | AIDA::IHistogramFactoryROOT | |
multiply(const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
multiply(const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
multiply(const std::string &path, const IHistogram3D &hist1, const IHistogram3D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
projectionX(const std::string &path, const IHistogram2D &hist) | AIDA::IHistogramFactoryROOT | virtual |
projectionXY(const std::string &path, const IHistogram3D &hist) | AIDA::IHistogramFactoryROOT | virtual |
projectionXZ(const std::string &path, const IHistogram3D &hist) | AIDA::IHistogramFactoryROOT | virtual |
projectionY(const std::string &path, const IHistogram2D &hist) | AIDA::IHistogramFactoryROOT | virtual |
projectionYZ(const std::string &path, const IHistogram3D &hist) | AIDA::IHistogramFactoryROOT | virtual |
sliceX(const std::string &path, const IHistogram2D &hist, int index) | AIDA::IHistogramFactoryROOT | virtual |
sliceX(const std::string &path, const IHistogram2D &hist, int index1, int index2) | AIDA::IHistogramFactoryROOT | virtual |
sliceXY(const std::string &path, const IHistogram3D &hist, int index1, int index2) | AIDA::IHistogramFactoryROOT | virtual |
sliceXZ(const std::string &path, const IHistogram3D &hist, int index1, int index2) | AIDA::IHistogramFactoryROOT | virtual |
sliceY(const std::string &path, const IHistogram2D &hist, int index) | AIDA::IHistogramFactoryROOT | virtual |
sliceY(const std::string &path, const IHistogram2D &hist, int index1, int index2) | AIDA::IHistogramFactoryROOT | virtual |
sliceYZ(const std::string &path, const IHistogram3D &hist, int index1, int index2) | AIDA::IHistogramFactoryROOT | virtual |
subtract(const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
subtract(const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
subtract(const std::string &path, const IHistogram3D &hist1, const IHistogram3D &hist2) | AIDA::IHistogramFactoryROOT | virtual |
~IHistogramFactory() | AIDA::IHistogramFactory | inlinevirtual |
~IHistogramFactoryROOT() | AIDA::IHistogramFactoryROOT | virtual |