|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
The implementation file for class Gaudi::Histo1DDef and related functions. More...
#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 | |
The implementation file for class Gaudi::Histo1DDef and related functions.
Definition in file HistoDef.cpp.
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const Gaudi::Histo1DDef & | histo | |||
| ) |
the streamer operator for class Gaudi::Histo1DDef
Definition at line 112 of file HistoDef.cpp.
00113 { return histo.fillStream ( o ) ; }