Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory Member List

This is the complete list of members for Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory, including all inherited members.
add(const std::string &name, const AIDA::IHistogram1D &a, const AIDA::IHistogram1D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
add(const std::string &name, const AIDA::IHistogram2D &a, const AIDA::IHistogram2D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
add(const std::string &name, const AIDA::IHistogram3D &a, const AIDA::IHistogram3D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
AIDA_HistogramFactory(AIDA::Dev::IDevTree &tree, AIDA::Dev::IDevHistogramFactory &factory)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCloud1D(const std::string &name, const std::string &title, int nMax=-1, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCloud1D(const std::string &name)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCloud2D(const std::string &name, const std::string &title, int nMax=-1, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCloud2D(const std::string &name)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCloud3D(const std::string &name, const std::string &title, int nMax=-1, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCloud3D(const std::string &name)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCopy(const std::string &name, const AIDA::ICloud1D &original)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCopy(const std::string &name, const AIDA::ICloud2D &original)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCopy(const std::string &name, const AIDA::ICloud3D &original)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCopy(const std::string &name, const AIDA::IHistogram1D &original)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCopy(const std::string &name, const AIDA::IHistogram2D &original)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCopy(const std::string &name, const AIDA::IHistogram3D &original)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCopy(const std::string &name, const AIDA::IProfile1D &original)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createCopy(const std::string &name, const AIDA::IProfile2D &original)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram1D(const std::string &name, const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram1D(const std::string &name, const std::string &title, const std::vector< double > &binEdge, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram1D(const std::string &name, int nBins, double lowerEdge, double upperEdge)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram2D(const std::string &name, const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram2D(const std::string &name, const std::string &title, const std::vector< double > &binEdgeX, const std::vector< double > &binEdgeY, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram2D(const std::string &name, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram3D(const std::string &name, 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="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram3D(const std::string &name, const std::string &title, const std::vector< double > &binEdgeX, const std::vector< double > &binEdgeY, const std::vector< double > &binEdgeZ, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createHistogram3D(const std::string &name, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, int nBinsZ, double lowerEdgeZ, double upperEdgeZ)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile1D(const std::string &name, const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile1D(const std::string &name, const std::string &title, int nBins, double lowerEdge, double upperEdge, double lowerValue, double upperValue, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile1D(const std::string &name, const std::string &title, const std::vector< double > &binEdge, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile1D(const std::string &name, const std::string &title, const std::vector< double > &binEdge, double lowerValue, double upperValue, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile1D(const std::string &name, int nBins, double lowerEdge, double upperEdge)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile1D(const std::string &name, int nBins, double lowerEdge, double upperEdge, double lowerValue, double upperValue)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile2D(const std::string &name, const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile2D(const std::string &name, const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, double lowerValue, double upperValue, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile2D(const std::string &name, const std::string &title, const std::vector< double > &binEdgeX, const std::vector< double > &binEdgeY, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile2D(const std::string &name, const std::string &title, const std::vector< double > &binEdgeX, const std::vector< double > &binEdgeY, double lowerValue, double upperValue, const std::string &options="")Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile2D(const std::string &name, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
createProfile2D(const std::string &name, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, double lowerValue, double upperValue)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
destroy(AIDA::IBaseHistogram *histo)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
divide(const std::string &name, const AIDA::IHistogram1D &a, const AIDA::IHistogram1D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
divide(const std::string &name, const AIDA::IHistogram2D &a, const AIDA::IHistogram2D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
divide(const std::string &name, const AIDA::IHistogram3D &a, const AIDA::IHistogram3D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
m_factoryAnaphe::AIDA_Histogram_native::AIDA_HistogramFactory [private]
m_treeAnaphe::AIDA_Histogram_native::AIDA_HistogramFactory [private]
multiply(const std::string &name, const AIDA::IHistogram1D &a, const AIDA::IHistogram1D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
multiply(const std::string &name, const AIDA::IHistogram2D &a, const AIDA::IHistogram2D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
multiply(const std::string &name, const AIDA::IHistogram3D &a, const AIDA::IHistogram3D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
projectionX(const std::string &name, const AIDA::IHistogram2D &h)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
projectionXY(const std::string &name, const AIDA::IHistogram3D &h)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
projectionXZ(const std::string &name, const AIDA::IHistogram3D &h)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
projectionY(const std::string &name, const AIDA::IHistogram2D &h)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
projectionYZ(const std::string &name, const AIDA::IHistogram3D &h)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
registerObject(T *p, const std::string &name)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory [inline, private]
sliceX(const std::string &name, const AIDA::IHistogram2D &h, int indexY)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
sliceX(const std::string &name, const AIDA::IHistogram2D &h, int indexY1, int indexY2)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
sliceXY(const std::string &name, const AIDA::IHistogram3D &h, int indexZ1, int indexZ2)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
sliceXZ(const std::string &name, const AIDA::IHistogram3D &h, int indexY1, int indexY2)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
sliceY(const std::string &name, const AIDA::IHistogram2D &h, int indexX)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
sliceY(const std::string &name, const AIDA::IHistogram2D &h, int indexX1, int indexX2)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
sliceYZ(const std::string &name, const AIDA::IHistogram3D &h, int indexX1, int indexX2)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
subtract(const std::string &name, const AIDA::IHistogram1D &a, const AIDA::IHistogram1D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
subtract(const std::string &name, const AIDA::IHistogram2D &a, const AIDA::IHistogram2D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
subtract(const std::string &name, const AIDA::IHistogram3D &a, const AIDA::IHistogram3D &b)Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory
~AIDA_HistogramFactory()Anaphe::AIDA_Histogram_native::AIDA_HistogramFactory [inline]

Generated on Tue Nov 19 12:32:24 2002 for AIDA_Histogram_native by doxygen1.2.16