|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |
#include <string>#include "GaudiKernel/Kernel.h"


Go to the source code of this file.
Namespaces | |
| namespace | AIDA |
| namespace | Gaudi |
| namespace | Gaudi::Utils |
| namespace | Gaudi::Utils::Histos |
Defines | |
| #define | GAUDIUTILS_HISTODUMP_H 1 |
Functions | |
| GAUDI_API std::ostream & | Gaudi::Utils::Histos::histoDump (const AIDA::IHistogram1D *histo, std::ostream &stream, const std::size_t width=80, const std::size_t height=50, const bool errors=false) |
| dump the text representation of the histogram | |
| GAUDI_API std::string | Gaudi::Utils::Histos::histoDump (const AIDA::IHistogram1D *histo, const std::size_t width=80, const std::size_t height=50, const bool errors=false) |
| dump the text representation of the histogram | |
| GAUDI_API std::ostream & | Gaudi::Utils::Histos::histoDump (const AIDA::IProfile1D *histo, std::ostream &stream, const std::size_t width=80, const std::size_t height=50, const bool spread=true) |
| dump the text representation of 1D-profile | |
| GAUDI_API std::string | Gaudi::Utils::Histos::histoDump (const AIDA::IProfile1D *histo, const std::size_t width=80, const std::size_t height=50, const bool spread=true) |
| dump the text representation of the 1D-profile | |
| GAUDI_API std::ostream & | Gaudi::Utils::Histos::histoDump (const TProfile *histo, std::ostream &stream, const std::size_t width=80, const std::size_t height=50) |
| dump the text representation of the Profile | |
| GAUDI_API std::string | Gaudi::Utils::Histos::histoDump (const TProfile *histo, const std::size_t width=80, const std::size_t height=50) |
| dump the text representation of the histogram | |
| GAUDI_API std::ostream & | Gaudi::Utils::Histos::histoDump (const TH1 *histo, std::ostream &stream, const std::size_t width=80, const std::size_t height=50, const bool errors=false) |
| dump the text representation of the histogram | |
| GAUDI_API std::string | Gaudi::Utils::Histos::histoDump (const TH1 *histo, const std::size_t width=80, const std::size_t height=50, const bool errors=false) |
| dump the text representation of the histogram | |
| #define GAUDIUTILS_HISTODUMP_H 1 |
Definition at line 4 of file HistoDump.h.