Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IHistogramFactory Member List

This is the complete list of members for IHistogramFactory, including all inherited members.

add(const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2)=0IHistogramFactory [pure virtual]
add(const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2)=0IHistogramFactory [pure virtual]
add(const std::string &path, const IHistogram3D &hist1, const IHistogram3D &hist2)=0IHistogramFactory [pure virtual]
createCloud1D(const std::string &path, const std::string &title, int nMax=-1, const std::string &options="")=0IHistogramFactory [pure virtual]
createCloud1D(const std::string &pathAndTitle)=0IHistogramFactory [pure virtual]
createCloud2D(const std::string &path, const std::string &title, int nMax=-1, const std::string &options="")=0IHistogramFactory [pure virtual]
createCloud2D(const std::string &pathAndTitle)=0IHistogramFactory [pure virtual]
createCloud3D(const std::string &path, const std::string &title, int nMax=-1, const std::string &options="")=0IHistogramFactory [pure virtual]
createCloud3D(const std::string &pathAndTitle)=0IHistogramFactory [pure virtual]
createCopy(const std::string &path, const ICloud1D &cloud)=0IHistogramFactory [pure virtual]
createCopy(const std::string &path, const ICloud2D &cloud)=0IHistogramFactory [pure virtual]
createCopy(const std::string &path, const ICloud3D &cloud)=0IHistogramFactory [pure virtual]
createCopy(const std::string &path, const IHistogram1D &hist)=0IHistogramFactory [pure virtual]
createCopy(const std::string &copy, const IHistogram2D &hist)=0IHistogramFactory [pure virtual]
createCopy(const std::string &path, const IHistogram3D &hist)=0IHistogramFactory [pure virtual]
createCopy(const std::string &path, const IProfile1D &profile)=0IHistogramFactory [pure virtual]
createCopy(const std::string &path, const IProfile2D &profile)=0IHistogramFactory [pure virtual]
createHistogram1D(const std::string &path, const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &options="")=0IHistogramFactory [pure virtual]
createHistogram1D(const std::string &pathAndTitle, int nBins, double lowerEdge, double upperEdge)=0IHistogramFactory [pure virtual]
createHistogram1D(const std::string &path, const std::string &title, const std::vector< double > &binEdges, const std::string &options="")=0IHistogramFactory [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="")=0IHistogramFactory [pure virtual]
createHistogram2D(const std::string &pathAndTitle, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)=0IHistogramFactory [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="")=0IHistogramFactory [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="")=0IHistogramFactory [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)=0IHistogramFactory [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="")=0IHistogramFactory [pure virtual]
createProfile1D(const std::string &path, const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &options="")=0IHistogramFactory [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="")=0IHistogramFactory [pure virtual]
createProfile1D(const std::string &path, const std::string &title, const std::vector< double > &binEdges, const std::string &options="")=0IHistogramFactory [pure virtual]
createProfile1D(const std::string &path, const std::string &title, const std::vector< double > &binEdges, double lowerValue, double upperValue, const std::string &options="")=0IHistogramFactory [pure virtual]
createProfile1D(const std::string &pathAndTitle, int nBins, double lowerEdge, double upperEdge)=0IHistogramFactory [pure virtual]
createProfile1D(const std::string &pathAndTitle, int nBins, double lowerEdge, double upperEdge, double lowerValue, double upperValue)=0IHistogramFactory [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="")=0IHistogramFactory [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="")=0IHistogramFactory [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="")=0IHistogramFactory [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="")=0IHistogramFactory [pure virtual]
createProfile2D(const std::string &pathAndTitle, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)=0IHistogramFactory [pure virtual]
createProfile2D(const std::string &pathAndTitle, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, double lowerValue, double upperValue)=0IHistogramFactory [pure virtual]
destroy(IBaseHistogram *hist)=0IHistogramFactory [pure virtual]
divide(const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2)=0IHistogramFactory [pure virtual]
divide(const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2)=0IHistogramFactory [pure virtual]
divide(const std::string &path, const IHistogram3D &hist1, const IHistogram3D &hist2)=0IHistogramFactory [pure virtual]
multiply(const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2)=0IHistogramFactory [pure virtual]
multiply(const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2)=0IHistogramFactory [pure virtual]
multiply(const std::string &path, const IHistogram3D &hist1, const IHistogram3D &hist2)=0IHistogramFactory [pure virtual]
projectionX(const std::string &path, const IHistogram2D &hist)=0IHistogramFactory [pure virtual]
projectionXY(const std::string &path, const IHistogram3D &hist)=0IHistogramFactory [pure virtual]
projectionXZ(const std::string &path, const IHistogram3D &hist)=0IHistogramFactory [pure virtual]
projectionY(const std::string &path, const IHistogram2D &hist)=0IHistogramFactory [pure virtual]
projectionYZ(const std::string &path, const IHistogram3D &hist)=0IHistogramFactory [pure virtual]
sliceX(const std::string &path, const IHistogram2D &hist, int index)=0IHistogramFactory [pure virtual]
sliceX(const std::string &path, const IHistogram2D &hist, int index1, int index2)=0IHistogramFactory [pure virtual]
sliceXY(const std::string &path, const IHistogram3D &hist, int index1, int index2)=0IHistogramFactory [pure virtual]
sliceXZ(const std::string &path, const IHistogram3D &hist, int index1, int index2)=0IHistogramFactory [pure virtual]
sliceY(const std::string &path, const IHistogram2D &hist, int index)=0IHistogramFactory [pure virtual]
sliceY(const std::string &path, const IHistogram2D &hist, int index1, int index2)=0IHistogramFactory [pure virtual]
sliceYZ(const std::string &path, const IHistogram3D &hist, int index1, int index2)=0IHistogramFactory [pure virtual]
subtract(const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2)=0IHistogramFactory [pure virtual]
subtract(const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2)=0IHistogramFactory [pure virtual]
subtract(const std::string &path, const IHistogram3D &hist1, const IHistogram3D &hist2)=0IHistogramFactory [pure virtual]
~IHistogramFactory()IHistogramFactory [inline, virtual]