57 GAUDI_API std::ostream&
toStream(
const TH1D& histo, std::ostream& stream,
const bool asXML =
false );
67 GAUDI_API std::ostream&
toStream(
const TH2D& histo, std::ostream& stream,
const bool asXML =
false );
77 GAUDI_API std::ostream&
toStream(
const TH3D& histo, std::ostream& stream,
const bool asXML =
false );
87 GAUDI_API std::ostream&
toStream(
const TH1F& histo, std::ostream& stream,
const bool asXML =
false );
97 GAUDI_API std::ostream&
toStream(
const TH2F& histo, std::ostream& stream,
const bool asXML =
false );
107 GAUDI_API std::ostream&
toStream(
const TH3F& histo, std::ostream& stream,
const bool asXML =
false );
117 GAUDI_API std::ostream&
toStream(
const AIDA::IHistogram1D& histo, std::ostream& stream,
const bool asXML =
false );
127 GAUDI_API std::ostream&
toStream(
const AIDA::IHistogram2D& histo, std::ostream& stream,
const bool asXML =
false );
137 GAUDI_API std::ostream&
toStream(
const AIDA::IHistogram3D& histo, std::ostream& stream,
const bool asXML =
false );
200 GAUDI_API std::string
toString(
const AIDA::IHistogram1D& histo,
const bool asXML =
false );
209 GAUDI_API std::string
toString(
const AIDA::IHistogram2D& histo,
const bool asXML =
false );
218 GAUDI_API std::string
toString(
const AIDA::IHistogram3D& histo,
const bool asXML =
false );
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...