The Gaudi Framework
v30r3 (a5ef0a68)
|
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 | |
Gaudi | |
Helper functions to set/get the application return code. | |
Gaudi::Parsers | |
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 More... | |
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 More... | |
Declaration of parsing functions for generic vectors to allow their usage as properties for Gaudi components.
Definition in file SVectorAsProperty.h.