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

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 lowerValue, double upperValue) |
| Creator for 2 D profile with variable bins. | |
| std::pair< DataObject *, AIDA::IProfile2D * > | Gaudi::createProf2D (const std::string &title, int binsX, double iminX, double imaxX, int binsY, double iminY, double imaxY, double lowerValue, double upperValue) |
| Creator for 2 D profile with fixed bins. | |
| std::pair< DataObject *, AIDA::IProfile2D * > | Gaudi::createProf2D (const AIDA::IProfile2D &hist) |
| Copy constructor. | |