![]() |
The Gaudi Framework
v30r3 (a5ef0a68)
|
#include "GaudiKernel/StatusCode.h"

Go to the source code of this file.
Namespaces | |
| AIDA | |
| GaudiKernel. | |
| Gaudi | |
| Helper functions to set/get the application return code. | |
| Gaudi::Parsers | |
Functions | |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (TH1D &result, const std::string &input) |
| parse ROOT histogram from text representation More... | |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (TH2D &result, const std::string &input) |
| parse ROOT histogram from text representation More... | |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (TH1F &result, const std::string &input) |
| parse ROOT histogram from text representation More... | |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (TH2F &result, const std::string &input) |
| parse ROOT histogram from text representation More... | |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (AIDA::IHistogram1D &result, const std::string &input) |
| parse AIDA histogram from text representation More... | |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (AIDA::IHistogram2D &result, const std::string &input) |
| parse AIDA histogram from text representation More... | |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (TH1D *&result, const std::string &input) |
| parse ROOT histogram from text representation More... | |
| GAUDI_API StatusCode | Gaudi::Parsers::parse (TH2D *&result, const std::string &input) |
| parse ROOT histogram from text representation More... | |