The Gaudi Framework
master (37c0b60a)
|
Go to the source code of this file.
Classes | |
class | Gaudi::Histo1DDef |
Namespaces | |
AIDA | |
GaudiKernel. | |
Gaudi | |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
Gaudi::Histos | |
Functions | |
GAUDI_API AIDA::IHistogram1D * | Gaudi::Histos::book (IHistogramSvc *svc, const std::string &path, const Gaudi::Histo1DDef &hist) |
helper function to book 1D-histogram More... | |
GAUDI_API AIDA::IHistogram1D * | Gaudi::Histos::book (IHistogramSvc *svc, const std::string &dir, const std::string &id, const Gaudi::Histo1DDef &hist) |
helper function to book 1D-histogram More... | |
GAUDI_API AIDA::IHistogram1D * | Gaudi::Histos::book (IHistogramSvc *svc, const std::string &dir, const int id, const Gaudi::Histo1DDef &hist) |
helper function to book 1D-histogram More... | |