![]() |
|
|
Generated: 8 Jan 2009 |
Definition in file HistoDef.cpp.
#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 | |
| AIDA::IHistogram1D * | Gaudi::Histos::book (IHistogramSvc *svc, const std::string &path, const Gaudi::Histo1DDef &hist) |
| helper function to book 1D-histogram | |
| 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 | |
| AIDA::IHistogram1D * | Gaudi::Histos::book (IHistogramSvc *svc, const std::string &dir, const int id, const Gaudi::Histo1DDef &hist) |
| helper function to book 1D-histogram | |
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const Gaudi::Histo1DDef & | histo | |||
| ) |
the streamer operator for class Gaudi::Histo1DDef
Definition at line 103 of file HistoDef.cpp.
00104 { return histo.fillStream ( o ) ; }