![]() |
The Gaudi Framework
v36r7 (7f57a304)
|
#include <algorithm>
#include <vector>
#include <Gaudi/Parsers/CommonParsers.h>
#include "Math/SVector.h"
Go to the source code of this file.
Namespaces | |
Gaudi | |
Header file for std:chrono::duration-based Counters. | |
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.