|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <vector>
#include <algorithm>
#include "GaudiKernel/Parsers.h"
#include "Math/SVector.h"

Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
| namespace | Gaudi::Parsers |
| namespace | Gaudi::Utils |
Defines | |
| #define | GAUDIKERNEL_GENVCTPARSERS_H 1 |
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 | |
Definition in file SVectorAsProperty.h.
| #define GAUDIKERNEL_GENVCTPARSERS_H 1 |
Definition at line 4 of file SVectorAsProperty.h.