111 template <
class TYPE>
118 template <
class TYPE>
138 return _fromXml( result, input );
141 return _fromXml( result, input );
144 return _fromXml( result, input );
147 return _fromXml( result, input );
150 return _fromXml( result, input );
154 return _fromXml( result, input );
157 return _fromXml( result, input );
160 return _fromXml( result, input );
163 return _fromXml( result, input );
166 return _fromXml( result, input );
static std::string toXml(const TH1D &histo)
GAUDI_API StatusCode fromXml(TH1D &result, const std::string &input)
parse the histogram from standard ROOT XML
static StatusCode fromString(TH1D &result, const std::string &input)
parse the histogram from string
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
This class is used for returning status codes from appropriate routines.
static std::string toString(const TH1D &histo, const bool asXML=false)
convert the histogram into the string
static StatusCode fromXml(TH1D &result, const std::string &input)
GAUDI_API std::ostream & toXml(const TH1D &histo, std::ostream &stream)
stream the ROOT histogram into output stream as XML