|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |
#include <cmath>#include "P1D.h"#include "GaudiKernel/ObjectFactory.h"

Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
Typedefs | |
| typedef Gaudi::Profile1D | P1D |
Functions | |
| std::pair< DataObject *, AIDA::IProfile1D * > | Gaudi::createProf1D (const std::string &title, int nBins, double xlow, double xup, double ylow, double yup, const std::string &opt="") |
| Creator of 1D profile with fixed bins. | |
| std::pair< DataObject *, AIDA::IProfile1D * > | Gaudi::createProf1D (const std::string &title, const Edges &e, double ylow, double yup, const std::string &opt="") |
| Creator of 1D profile with variable bins. | |
| std::pair< DataObject *, AIDA::IProfile1D * > | Gaudi::createProf1D (const AIDA::IProfile1D &hist) |
| Copy constructor. | |