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