|
Gaudi Framework, version v25r1 |
| Home | Generated: Mon Mar 24 2014 |
Helper class to produce "good" dictionaries. More...
#include <HistoStrings.h>
Static Public Member Functions | |
| static std::string | toString (const TH1D &histo, const bool asXML=false) |
| convert the histogram into the string | |
| static std::string | toString (const TH2D &histo, const bool asXML=false) |
| convert the histogram into the string | |
| static std::string | toString (const AIDA::IHistogram1D &histo, const bool asXML=false) |
| convert the histogram into the string | |
| static std::string | toString (const AIDA::IHistogram2D &histo, const bool asXML=false) |
| convert the histogram into the string | |
| static StatusCode | fromString (TH1D &result, const std::string &input) |
| parse the histogram from string | |
| static StatusCode | fromString (AIDA::IHistogram1D &result, const std::string &input) |
| parse the histogram from string | |
| static StatusCode | fromString (TH2D &result, const std::string &input) |
| parse the histogram from string | |
| static StatusCode | fromString (AIDA::IHistogram2D &result, const std::string &input) |
| parse the histogram from string | |
| static std::string | toXml (const TH1D &histo) |
| static std::string | toXml (const TH2D &histo) |
| static std::string | toXml (const TH3D &histo) |
| static std::string | toXml (const TProfile &histo) |
| static std::string | toXml (const TProfile2D &histo) |
| static std::string | toXml (const AIDA::IHistogram1D &histo) |
| static std::string | toXml (const AIDA::IHistogram2D &histo) |
| static std::string | toXml (const AIDA::IHistogram3D &histo) |
| static std::string | toXml (const AIDA::IProfile1D &histo) |
| static std::string | toXml (const AIDA::IProfile2D &histo) |
| static StatusCode | fromXml (TH1D &result, const std::string &input) |
| static StatusCode | fromXml (TH2D &result, const std::string &input) |
| static StatusCode | fromXml (TH3D &result, const std::string &input) |
| static StatusCode | fromXml (TProfile &result, const std::string &input) |
| static StatusCode | fromXml (TProfile2D &result, const std::string &input) |
| static StatusCode | fromXml (AIDA::IHistogram1D &result, const std::string &input) |
| static StatusCode | fromXml (AIDA::IHistogram2D &result, const std::string &input) |
| static StatusCode | fromXml (AIDA::IHistogram3D &result, const std::string &input) |
| static StatusCode | fromXml (AIDA::IProfile1D &result, const std::string &input) |
| static StatusCode | fromXml (AIDA::IProfile2D &result, const std::string &input) |
Helper class to produce "good" dictionaries.
Definition at line 52 of file HistoStrings.h.
|
static |
parse the histogram from string
| result | (OUTPUT) the parsed histogram |
| input | (INPUT) the input XML string |
Definition at line 80 of file HistoStrings.cpp.
|
static |
parse the histogram from string
| result | (OUTPUT) the parsed histogram |
| input | (INPUT) the input XML string |
Definition at line 100 of file HistoStrings.cpp.
|
static |
parse the histogram from string
| result | (OUTPUT) the parsed histogram |
| input | (INPUT) the input XML string |
Definition at line 90 of file HistoStrings.cpp.
|
static |
parse the histogram from string
| result | (OUTPUT) the parsed histogram |
| input | (INPUT) the input XML string |
Definition at line 110 of file HistoStrings.cpp.
|
static |
Definition at line 155 of file HistoStrings.cpp.
|
static |
Definition at line 158 of file HistoStrings.cpp.
|
static |
Definition at line 161 of file HistoStrings.cpp.
|
static |
Definition at line 164 of file HistoStrings.cpp.
|
static |
Definition at line 167 of file HistoStrings.cpp.
|
static |
Definition at line 171 of file HistoStrings.cpp.
|
static |
Definition at line 174 of file HistoStrings.cpp.
|
static |
Definition at line 177 of file HistoStrings.cpp.
|
static |
Definition at line 180 of file HistoStrings.cpp.
|
static |
Definition at line 183 of file HistoStrings.cpp.
|
static |
convert the histogram into the string
| histo | (INPUT) the histogram to be streamed |
| asXML | (INPUT) use XML-format |
Definition at line 30 of file HistoStrings.cpp.
|
static |
convert the histogram into the string
| histo | (INPUT) the histogram to be streamed |
| asXML | (INPUT) use XML-format |
Definition at line 43 of file HistoStrings.cpp.
|
static |
convert the histogram into the string
| histo | (INPUT) the histogram to be streamed |
| asXML | (INPUT) use XML-format |
Definition at line 56 of file HistoStrings.cpp.
|
static |
convert the histogram into the string
| histo | (INPUT) the histogram to be streamed |
| asXML | (INPUT) use XML-format |
Definition at line 69 of file HistoStrings.cpp.
|
static |
Definition at line 133 of file HistoStrings.cpp.
|
static |
Definition at line 135 of file HistoStrings.cpp.
|
static |
Definition at line 137 of file HistoStrings.cpp.
|
static |
Definition at line 139 of file HistoStrings.cpp.
|
static |
Definition at line 141 of file HistoStrings.cpp.
|
static |
Definition at line 144 of file HistoStrings.cpp.
|
static |
Definition at line 146 of file HistoStrings.cpp.
|
static |
Definition at line 148 of file HistoStrings.cpp.
|
static |
Definition at line 150 of file HistoStrings.cpp.
|
static |
Definition at line 152 of file HistoStrings.cpp.