|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
#include <string>#include <iosfwd>#include "GaudiKernel/StatusCode.h"

Go to the source code of this file.
Namespaces | |
| namespace | AIDA |
: AIDA interfaces visibility | |
| namespace | Gaudi |
: AIDA interfaces visibility | |
| namespace | Gaudi::Utils |
Functions | |
| GAUDI_API std::ostream & | Gaudi::Utils::toStream (const TH1D &histo, std::ostream &stream, const bool asXML=false) |
| stream the ROOT histogram into output stream | |
| GAUDI_API std::ostream & | Gaudi::Utils::toStream (const TH2D &histo, std::ostream &stream, const bool asXML=false) |
| stream the ROOT histogram into output stream | |
| GAUDI_API std::ostream & | Gaudi::Utils::toStream (const TH1F &histo, std::ostream &stream, const bool asXML=false) |
| stream the ROOT histogram into output stream | |
| GAUDI_API std::ostream & | Gaudi::Utils::toStream (const TH2F &histo, std::ostream &stream, const bool asXML=false) |
| stream the ROOT histogram into output stream | |
| GAUDI_API std::ostream & | Gaudi::Utils::toStream (const AIDA::IHistogram1D &histo, std::ostream &stream, const bool asXML=false) |
| stream the AIDA histogram into output stream | |
| GAUDI_API std::ostream & | Gaudi::Utils::toStream (const AIDA::IHistogram2D &histo, std::ostream &stream, const bool asXML=false) |
| stream the AIDA histogram into output stream | |
| GAUDI_API std::string | Gaudi::Utils::toString (const TH1D &histo, const bool asXML=false) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (const TH2D &histo, const bool asXML=false) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (const TH1F &histo, const bool asXML=false) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (const TH2F &histo, const bool asXML=false) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (const AIDA::IHistogram1D &histo, const bool asXML=false) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (const AIDA::IHistogram2D &histo, const bool asXML=false) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (const AIDA::IHistogram1D *histo) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (AIDA::IHistogram1D *histo) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (const TH1D *histo) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (TH1D *histo) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (const TH2D *histo) |
| convert the histogram into the string | |
| GAUDI_API std::string | Gaudi::Utils::toString (TH2D *histo) |
| convert the histogram into the string | |