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

Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
Typedefs | |
| typedef Gaudi::Histogram1D | H1D |
Functions | |
| std::pair< DataObject *, AIDA::IHistogram1D * > | Gaudi::createH1D (const std::string &title, int nBins=10, double lowerEdge=0., double upperEdge=1.) |
| Creator for 1D histogram with fixed bins. | |
| std::pair< DataObject *, AIDA::IHistogram1D * > | Gaudi::createH1D (const std::string &title, const Edges &e) |
| Creator for 1D histogram with variable bins. | |
| std::pair< DataObject *, AIDA::IHistogram1D * > | Gaudi::createH1D (const AIDA::IHistogram1D &hist) |
| Copy constructor. | |