#include <AIDA_DevHistogramFactory.h>
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) |
|
Definition at line 16 of file AIDA_DevHistogramFactory.h. |
|
Definition at line 18 of file AIDA_DevHistogramFactory.h. |
|
Definition at line 370 of file AIDA_DevHistogramFactory.cpp. References createCopy(). |
|
Definition at line 358 of file AIDA_DevHistogramFactory.cpp. References createCopy(). |
|
Definition at line 346 of file AIDA_DevHistogramFactory.cpp. References createCopy(). |
|
Definition at line 42 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 32 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 72 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 62 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 102 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 92 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 327 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 266 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 212 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 177 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 143 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 109 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 79 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 49 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 136 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 129 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 122 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 170 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 163 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 156 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 205 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 198 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 190 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 259 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 252 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 245 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 238 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 232 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 225 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 320 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 313 of file AIDA_DevHistogramFactory.cpp. References emptyString. |
|
Definition at line 306 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 299 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 292 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 285 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 24 of file AIDA_DevHistogramFactory.cpp. |
|
Definition at line 654 of file AIDA_DevHistogramFactory.cpp. References createCopy(), and numberOfExtraBins. |
|
Definition at line 602 of file AIDA_DevHistogramFactory.cpp. References createCopy(), and numberOfExtraBins. |
|
Definition at line 565 of file AIDA_DevHistogramFactory.cpp. References createCopy(), and numberOfExtraBins. |
|
Definition at line 502 of file AIDA_DevHistogramFactory.cpp. References createCopy(), and numberOfExtraBins. |
|
Definition at line 454 of file AIDA_DevHistogramFactory.cpp. References createCopy(), and numberOfExtraBins. |
|
Definition at line 421 of file AIDA_DevHistogramFactory.cpp. References createCopy(), and numberOfExtraBins. |
|
Definition at line 721 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 934 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 982 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 760 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 1030 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 854 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 800 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 1078 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 1124 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 894 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 827 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 1171 of file AIDA_DevHistogramFactory.cpp. References numberOfExtraBins. |
|
Definition at line 408 of file AIDA_DevHistogramFactory.cpp. References createCopy(). |
|
Definition at line 395 of file AIDA_DevHistogramFactory.cpp. References createCopy(). |
|
Definition at line 382 of file AIDA_DevHistogramFactory.cpp. References createCopy(). |