|
GAUDI_API std::ostream & | Gaudi::Utils::toStream (const TH1D &histo, std::ostream &stream, const bool asXML=false) |
| stream the ROOT histogram into output stream More...
|
|
GAUDI_API std::ostream & | Gaudi::Utils::toStream (const TH2D &histo, std::ostream &stream, const bool asXML=false) |
| stream the ROOT histogram into output stream More...
|
|
GAUDI_API std::ostream & | Gaudi::Utils::toStream (const TH1F &histo, std::ostream &stream, const bool asXML=false) |
| stream the ROOT histogram into output stream More...
|
|
GAUDI_API std::ostream & | Gaudi::Utils::toStream (const TH2F &histo, std::ostream &stream, const bool asXML=false) |
| stream the ROOT histogram into output stream More...
|
|
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 More...
|
|
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 More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const TH1D &histo, const bool asXML=false) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const TH2D &histo, const bool asXML=false) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const TH1F &histo, const bool asXML=false) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const TH2F &histo, const bool asXML=false) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const AIDA::IHistogram1D &histo, const bool asXML=false) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const AIDA::IHistogram2D &histo, const bool asXML=false) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const AIDA::IHistogram1D *histo) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (AIDA::IHistogram1D *histo) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const TH1D *histo) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (TH1D *histo) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (const TH2D *histo) |
| convert the histogram into the string More...
|
|
GAUDI_API std::string | Gaudi::Utils::toString (TH2D *histo) |
| convert the histogram into the string More...
|
|