|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
Declaration of parsing functions for generic vectors to allow their usage as properties for Gaudi components. More...

Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
| : AIDA interfaces visibility | |
| namespace | Gaudi::Parsers |
| namespace | Gaudi::Utils |
Functions | |
| template<class SCALAR , unsigned int N> | |
| StatusCode | Gaudi::Parsers::parse (ROOT::Math::SVector< SCALAR, N > &result, const std::string &input) |
| parse SVector | |
| template<class SCALAR > | |
| std::ostream & | Gaudi::Utils::toStream (const SCALAR &, std::ostream &) |
| template<class SCALAR , unsigned int N> | |
| std::ostream & | Gaudi::Utils::toStream (const ROOT::Math::SVector< SCALAR, N > &obj, std::ostream &s) |
| the general streaming function for SVector using python-tupel format | |
Declaration of parsing functions for generic vectors to allow their usage as properties for Gaudi components.
Definition in file SVectorAsProperty.h.