![]() |
|
|
Generated: 8 Jan 2009 |
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/ObjectFactory.h"
#include "GaudiPI.h"
#include "Generic3D.h"
#include "TH3D.h"

Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
Classes | |
| class | Gaudi::Histogram3D |
| AIDA implementation for 2 D histograms using ROOT THD2. More... | |
Typedefs | |
| typedef Gaudi::Histogram3D | H3D |
Functions | |
| std::pair< DataObject *, AIDA::IHistogram3D * > | Gaudi::createH3D (const std::string &title, int nBinsX, double xlow, double xup, int nBinsY, double ylow, double yup, int nBinsZ, double zlow, double zup) |
| Create 3D histogram with fixed bins. | |
| std::pair< DataObject *, AIDA::IHistogram3D * > | Gaudi::createH3D (const std::string &title, const Edges &eX, const Edges &eY, const Edges &eZ) |
| Create 3D histogram with variable bins. | |
| std::pair< DataObject *, AIDA::IHistogram3D * > | Gaudi::createH3D (const AIDA::IHistogram3D &hist) |
| Copy constructor. | |