The Gaudi Framework  v29r0 (ff2e7097)
Histo2String.h File Reference
#include <iosfwd>
#include <string>
#include "GaudiKernel/StatusCode.h"
Include dependency graph for Histo2String.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AIDA
 GaudiKernel.
 
 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Utils
 

Functions

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