|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <ostream>
#include "GaudiKernel/IHistogramSvc.h"
#include "GaudiKernel/HistoDef.h"
#include "GaudiKernel/ToStream.h"

Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &o, const Gaudi::Histo1DDef &histo) |
| the streamer operator for class Gaudi::Histo1DDef | |
| GAUDI_API AIDA::IHistogram1D * | Gaudi::Histos::book (IHistogramSvc *svc, const std::string &path, const Gaudi::Histo1DDef &hist) |
| helper function to book 1D-histogram | |
| 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 | |
| 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 | |
Definition in file HistoDef.cpp.
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const Gaudi::Histo1DDef & | histo | |||
| ) |