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

Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory Class Reference

#include <AIDA_DevHistogramFactory.h>

List of all members.

Public Methods

 AIDA_DevHistogramFactory ()
 Constructor.

 ~AIDA_DevHistogramFactory ()
 Destructor.

bool destroy (AIDA::IBaseHistogram *histo)
 Methods inherited from IDevHistoFactory.

AIDA::Dev::IDevCloud1D * createCloud1D (const std::string &title, int nMax=-1, const std::string &options="")
AIDA::Dev::IDevCloud1D * createCloud1D ()
AIDA::Dev::IDevCloud1D * createCopy (const AIDA::ICloud1D &original)
AIDA::Dev::IDevCloud2D * createCloud2D (const std::string &title, int nMax=-1, const std::string &options="")
AIDA::Dev::IDevCloud2D * createCloud2D ()
AIDA::Dev::IDevCloud2D * createCopy (const AIDA::ICloud2D &original)
AIDA::Dev::IDevCloud3D * createCloud3D (const std::string &title, int nMax=-1, const std::string &options="")
AIDA::Dev::IDevCloud3D * createCloud3D ()
AIDA::Dev::IDevCloud3D * createCopy (const AIDA::ICloud3D &original)
AIDA::Dev::IDevHistogram1D * createHistogram1D (const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &options="")
AIDA::Dev::IDevHistogram1D * createHistogram1D (const std::string &title, const std::vector< double > &binEdge, const std::string &options)
AIDA::Dev::IDevHistogram1D * createHistogram1D (int nBins, double lowerEdge, double upperEdge)
AIDA::Dev::IDevHistogram1D * createCopy (const AIDA::IHistogram1D &original)
AIDA::Dev::IDevHistogram2D * createHistogram2D (const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, const std::string &options="")
AIDA::Dev::IDevHistogram2D * createHistogram2D (const std::string &title, const std::vector< double > &binEdgeX, const std::vector< double > &binEdgeY, const std::string &options)
AIDA::Dev::IDevHistogram2D * createHistogram2D (int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)
AIDA::Dev::IDevHistogram2D * createCopy (const AIDA::IHistogram2D &original)
AIDA::Dev::IDevHistogram3D * createHistogram3D (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::Dev::IDevHistogram3D * createHistogram3D (const std::string &title, const std::vector< double > &binEdgeX, const std::vector< double > &binEdgeY, const std::vector< double > &binEdgeZ, const std::string &options)
AIDA::Dev::IDevHistogram3D * createHistogram3D (int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, int nBinsZ, double lowerEdgeZ, double upperEdgeZ)
AIDA::Dev::IDevHistogram3D * createCopy (const AIDA::IHistogram3D &original)
AIDA::Dev::IDevProfile1D * createProfile1D (const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &options="")
AIDA::Dev::IDevProfile1D * createProfile1D (const std::string &title, int nBins, double lowerEdge, double upperEdge, double lowerValue, double upperValue, const std::string &options="")
AIDA::Dev::IDevProfile1D * createProfile1D (const std::string &title, const std::vector< double > &binEdge, const std::string &options)
AIDA::Dev::IDevProfile1D * createProfile1D (const std::string &title, const std::vector< double > &binEdge, double lowerValue, double upperValue, const std::string &options)
AIDA::Dev::IDevProfile1D * createProfile1D (int nBins, double lowerEdge, double upperEdge)
AIDA::Dev::IDevProfile1D * createProfile1D (int nBins, double lowerEdge, double upperEdge, double lowerValue, double upperValue)
AIDA::Dev::IDevProfile1D * createCopy (const AIDA::IProfile1D &original)
AIDA::Dev::IDevProfile2D * createProfile2D (const std::string &title, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, const std::string &options="")
AIDA::Dev::IDevProfile2D * createProfile2D (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::Dev::IDevProfile2D * createProfile2D (const std::string &title, const std::vector< double > &binEdgeX, const std::vector< double > &binEdgeY, const std::string &options)
AIDA::Dev::IDevProfile2D * createProfile2D (const std::string &title, const std::vector< double > &binEdgeX, const std::vector< double > &binEdgeY, double lowerValue, double upperValue, const std::string &options)
AIDA::Dev::IDevProfile2D * createProfile2D (int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)
AIDA::Dev::IDevProfile2D * createProfile2D (int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, double lowerValue, double upperValue)
AIDA::Dev::IDevProfile2D * createCopy (const AIDA::IProfile2D &original)
AIDA::Dev::IDevHistogram1D * add (const AIDA::IHistogram1D &a, const AIDA::IHistogram1D &b)
AIDA::Dev::IDevHistogram1D * subtract (const AIDA::IHistogram1D &a, const AIDA::IHistogram1D &b)
AIDA::Dev::IDevHistogram1D * multiply (const AIDA::IHistogram1D &a, const AIDA::IHistogram1D &b)
AIDA::Dev::IDevHistogram1D * divide (const AIDA::IHistogram1D &a, const AIDA::IHistogram1D &b)
AIDA::Dev::IDevHistogram2D * add (const AIDA::IHistogram2D &a, const AIDA::IHistogram2D &b)
AIDA::Dev::IDevHistogram2D * subtract (const AIDA::IHistogram2D &a, const AIDA::IHistogram2D &b)
AIDA::Dev::IDevHistogram2D * multiply (const AIDA::IHistogram2D &a, const AIDA::IHistogram2D &b)
AIDA::Dev::IDevHistogram2D * divide (const AIDA::IHistogram2D &a, const AIDA::IHistogram2D &b)
AIDA::Dev::IDevHistogram3D * add (const AIDA::IHistogram3D &a, const AIDA::IHistogram3D &b)
AIDA::Dev::IDevHistogram3D * subtract (const AIDA::IHistogram3D &a, const AIDA::IHistogram3D &b)
AIDA::Dev::IDevHistogram3D * multiply (const AIDA::IHistogram3D &a, const AIDA::IHistogram3D &b)
AIDA::Dev::IDevHistogram3D * divide (const AIDA::IHistogram3D &a, const AIDA::IHistogram3D &b)
AIDA::Dev::IDevHistogram1D * projectionX (const AIDA::IHistogram2D &h)
AIDA::Dev::IDevHistogram1D * projectionY (const AIDA::IHistogram2D &h)
AIDA::Dev::IDevHistogram1D * sliceX (const AIDA::IHistogram2D &h, int indexY)
AIDA::Dev::IDevHistogram1D * sliceY (const AIDA::IHistogram2D &h, int indexX)
AIDA::Dev::IDevHistogram1D * sliceX (const AIDA::IHistogram2D &h, int indexY1, int indexY2)
AIDA::Dev::IDevHistogram1D * sliceY (const AIDA::IHistogram2D &h, int indexX1, int indexX2)
AIDA::Dev::IDevHistogram2D * projectionXY (const AIDA::IHistogram3D &h)
AIDA::Dev::IDevHistogram2D * projectionXZ (const AIDA::IHistogram3D &h)
AIDA::Dev::IDevHistogram2D * projectionYZ (const AIDA::IHistogram3D &h)
AIDA::Dev::IDevHistogram2D * sliceXY (const AIDA::IHistogram3D &h, int indexZ1, int indexZ2)
AIDA::Dev::IDevHistogram2D * sliceXZ (const AIDA::IHistogram3D &h, int indexY1, int indexY2)
AIDA::Dev::IDevHistogram2D * sliceYZ (const AIDA::IHistogram3D &h, int indexX1, int indexX2)


Constructor & Destructor Documentation

Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::AIDA_DevHistogramFactory   [inline]
 

Definition at line 16 of file AIDA_DevHistogramFactory.h.

Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::~AIDA_DevHistogramFactory   [inline]
 

Definition at line 18 of file AIDA_DevHistogramFactory.h.


Member Function Documentation

AIDA::Dev::IDevHistogram3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::add const AIDA::IHistogram3D &    a,
const AIDA::IHistogram3D &    b
 

Definition at line 370 of file AIDA_DevHistogramFactory.cpp.

References createCopy().

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::add const AIDA::IHistogram2D &    a,
const AIDA::IHistogram2D &    b
 

Definition at line 358 of file AIDA_DevHistogramFactory.cpp.

References createCopy().

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::add const AIDA::IHistogram1D &    a,
const AIDA::IHistogram1D &    b
 

Definition at line 346 of file AIDA_DevHistogramFactory.cpp.

References createCopy().

AIDA::Dev::IDevCloud1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCloud1D  
 

Definition at line 42 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevCloud1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCloud1D const std::string &    title,
int    nMax = -1,
const std::string &    options = ""
 

Definition at line 32 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevCloud2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCloud2D  
 

Definition at line 72 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevCloud2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCloud2D const std::string &    title,
int    nMax = -1,
const std::string &    options = ""
 

Definition at line 62 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevCloud3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCloud3D  
 

Definition at line 102 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevCloud3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCloud3D const std::string &    title,
int    nMax = -1,
const std::string &    options = ""
 

Definition at line 92 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCopy const AIDA::IProfile2D &    original
 

Definition at line 327 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCopy const AIDA::IProfile1D &    original
 

Definition at line 266 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCopy const AIDA::IHistogram3D &    original
 

Definition at line 212 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCopy const AIDA::IHistogram2D &    original
 

Definition at line 177 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCopy const AIDA::IHistogram1D &    original
 

Definition at line 143 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevCloud3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCopy const AIDA::ICloud3D &    original
 

Definition at line 109 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevCloud2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCopy const AIDA::ICloud2D &    original
 

Definition at line 79 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevCloud1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createCopy const AIDA::ICloud1D &    original
 

Definition at line 49 of file AIDA_DevHistogramFactory.cpp.

Referenced by add(), divide(), multiply(), and subtract().

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram1D int    nBins,
double    lowerEdge,
double    upperEdge
 

Definition at line 136 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram1D const std::string &    title,
const std::vector< double > &    binEdge,
const std::string &    options
 

Definition at line 129 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram1D const std::string &    title,
int    nBins,
double    lowerEdge,
double    upperEdge,
const std::string &    options = ""
 

Definition at line 122 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram2D int    nBinsX,
double    lowerEdgeX,
double    upperEdgeX,
int    nBinsY,
double    lowerEdgeY,
double    upperEdgeY
 

Definition at line 170 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram2D const std::string &    title,
const std::vector< double > &    binEdgeX,
const std::vector< double > &    binEdgeY,
const std::string &    options
 

Definition at line 163 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram2D const std::string &    title,
int    nBinsX,
double    lowerEdgeX,
double    upperEdgeX,
int    nBinsY,
double    lowerEdgeY,
double    upperEdgeY,
const std::string &    options = ""
 

Definition at line 156 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram3D int    nBinsX,
double    lowerEdgeX,
double    upperEdgeX,
int    nBinsY,
double    lowerEdgeY,
double    upperEdgeY,
int    nBinsZ,
double    lowerEdgeZ,
double    upperEdgeZ
 

Definition at line 205 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevHistogram3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram3D const std::string &    title,
const std::vector< double > &    binEdgeX,
const std::vector< double > &    binEdgeY,
const std::vector< double > &    binEdgeZ,
const std::string &    options
 

Definition at line 198 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createHistogram3D 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 = ""
 

Definition at line 190 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile1D int    nBins,
double    lowerEdge,
double    upperEdge,
double    lowerValue,
double    upperValue
 

Definition at line 259 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevProfile1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile1D int    nBins,
double    lowerEdge,
double    upperEdge
 

Definition at line 252 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevProfile1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile1D const std::string &    title,
const std::vector< double > &    binEdge,
double    lowerValue,
double    upperValue,
const std::string &    options
 

Definition at line 245 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile1D const std::string &    title,
const std::vector< double > &    binEdge,
const std::string &    options
 

Definition at line 238 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile1D const std::string &    title,
int    nBins,
double    lowerEdge,
double    upperEdge,
double    lowerValue,
double    upperValue,
const std::string &    options = ""
 

Definition at line 232 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile1D const std::string &    title,
int    nBins,
double    lowerEdge,
double    upperEdge,
const std::string &    options = ""
 

Definition at line 225 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile2D int    nBinsX,
double    lowerEdgeX,
double    upperEdgeX,
int    nBinsY,
double    lowerEdgeY,
double    upperEdgeY,
double    lowerValue,
double    upperValue
 

Definition at line 320 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevProfile2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile2D int    nBinsX,
double    lowerEdgeX,
double    upperEdgeX,
int    nBinsY,
double    lowerEdgeY,
double    upperEdgeY
 

Definition at line 313 of file AIDA_DevHistogramFactory.cpp.

References emptyString.

AIDA::Dev::IDevProfile2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile2D const std::string &    title,
const std::vector< double > &    binEdgeX,
const std::vector< double > &    binEdgeY,
double    lowerValue,
double    upperValue,
const std::string &    options
 

Definition at line 306 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile2D const std::string &    title,
const std::vector< double > &    binEdgeX,
const std::vector< double > &    binEdgeY,
const std::string &    options
 

Definition at line 299 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile2D const std::string &    title,
int    nBinsX,
double    lowerEdgeX,
double    upperEdgeX,
int    nBinsY,
double    lowerEdgeY,
double    upperEdgeY,
double    lowerValue,
double    upperValue,
const std::string &    options = ""
 

Definition at line 292 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevProfile2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::createProfile2D const std::string &    title,
int    nBinsX,
double    lowerEdgeX,
double    upperEdgeX,
int    nBinsY,
double    lowerEdgeY,
double    upperEdgeY,
const std::string &    options = ""
 

Definition at line 285 of file AIDA_DevHistogramFactory.cpp.

bool Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::destroy AIDA::IBaseHistogram *    histo
 

Definition at line 24 of file AIDA_DevHistogramFactory.cpp.

AIDA::Dev::IDevHistogram3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::divide const AIDA::IHistogram3D &    a,
const AIDA::IHistogram3D &    b
 

Definition at line 654 of file AIDA_DevHistogramFactory.cpp.

References createCopy(), and numberOfExtraBins.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::divide const AIDA::IHistogram2D &    a,
const AIDA::IHistogram2D &    b
 

Definition at line 602 of file AIDA_DevHistogramFactory.cpp.

References createCopy(), and numberOfExtraBins.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::divide const AIDA::IHistogram1D &    a,
const AIDA::IHistogram1D &    b
 

Definition at line 565 of file AIDA_DevHistogramFactory.cpp.

References createCopy(), and numberOfExtraBins.

AIDA::Dev::IDevHistogram3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::multiply const AIDA::IHistogram3D &    a,
const AIDA::IHistogram3D &    b
 

Definition at line 502 of file AIDA_DevHistogramFactory.cpp.

References createCopy(), and numberOfExtraBins.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::multiply const AIDA::IHistogram2D &    a,
const AIDA::IHistogram2D &    b
 

Definition at line 454 of file AIDA_DevHistogramFactory.cpp.

References createCopy(), and numberOfExtraBins.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::multiply const AIDA::IHistogram1D &    a,
const AIDA::IHistogram1D &    b
 

Definition at line 421 of file AIDA_DevHistogramFactory.cpp.

References createCopy(), and numberOfExtraBins.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::projectionX const AIDA::IHistogram2D &    h
 

Definition at line 721 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::projectionXY const AIDA::IHistogram3D &    h
 

Definition at line 934 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::projectionXZ const AIDA::IHistogram3D &    h
 

Definition at line 982 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::projectionY const AIDA::IHistogram2D &    h
 

Definition at line 760 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::projectionYZ const AIDA::IHistogram3D &    h
 

Definition at line 1030 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::sliceX const AIDA::IHistogram2D &    h,
int    indexY1,
int    indexY2
 

Definition at line 854 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::sliceX const AIDA::IHistogram2D &    h,
int    indexY
 

Definition at line 800 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::sliceXY const AIDA::IHistogram3D &    h,
int    indexZ1,
int    indexZ2
 

Definition at line 1078 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::sliceXZ const AIDA::IHistogram3D &    h,
int    indexY1,
int    indexY2
 

Definition at line 1124 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::sliceY const AIDA::IHistogram2D &    h,
int    indexX1,
int    indexX2
 

Definition at line 894 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::sliceY const AIDA::IHistogram2D &    h,
int    indexX
 

Definition at line 827 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::sliceYZ const AIDA::IHistogram3D &    h,
int    indexX1,
int    indexX2
 

Definition at line 1171 of file AIDA_DevHistogramFactory.cpp.

References numberOfExtraBins.

AIDA::Dev::IDevHistogram3D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::subtract const AIDA::IHistogram3D &    a,
const AIDA::IHistogram3D &    b
 

Definition at line 408 of file AIDA_DevHistogramFactory.cpp.

References createCopy().

AIDA::Dev::IDevHistogram2D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::subtract const AIDA::IHistogram2D &    a,
const AIDA::IHistogram2D &    b
 

Definition at line 395 of file AIDA_DevHistogramFactory.cpp.

References createCopy().

AIDA::Dev::IDevHistogram1D * Anaphe::AIDA_Histogram_native::AIDA_DevHistogramFactory::subtract const AIDA::IHistogram1D &    a,
const AIDA::IHistogram1D &    b
 

Definition at line 382 of file AIDA_DevHistogramFactory.cpp.

References createCopy().


The documentation for this class was generated from the following files:
Generated on Tue Nov 19 12:32:23 2002 for AIDA_Histogram_native by doxygen1.2.16