![]() |
|
|
Generated: 18 Jul 2008 |
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/ObjectFactory.h"
#include "GaudiPI.h"
#include "Generic2D.h"
#include "TProfile2D.h"
#include "TH2D.h"
Include dependency graph for P2D.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
Classes | |
| class | Gaudi::Profile2D |
| AIDA implementation for 2 D profiles using ROOT TProfile2D. More... | |
Typedefs | |
| typedef Gaudi::Profile2D | P2D |
Functions | |
| std::pair< DataObject *, AIDA::IProfile2D * > | Gaudi::createProf2D (const std::string &title, const Edges &eX, const Edges &eY, double, double) |
| Creator for 2 D profile with variable bins. | |
| std::pair< DataObject *, AIDA::IProfile2D * > | Gaudi::createProf2D (const std::string &title, int binsX, double xlow, double xup, int binsY, double ylow, double yup, double zlow, double zup) |
| Creator for 2 D profile with fixed bins. | |
| std::pair< DataObject *, AIDA::IProfile2D * > | Gaudi::createProf2D (const AIDA::IProfile2D &hist) |
| Copy constructor. | |