![]() |
The Gaudi Framework
v39r3 (979e3109)
|
#include <algorithm>#include <vector>#include <Gaudi/Parsers/CommonParsers.h>#include <Math/SVector.h>

Go to the source code of this file.
Namespaces | |
| Gaudi | |
| This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
| Gaudi::Parsers | |
| Gaudi::Utils | |
Functions | |
| template<class SCALAR , unsigned int N> | |
| StatusCode | Gaudi::Parsers::parse (ROOT::Math::SVector< SCALAR, N > &result, std::string_view 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.