Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v30r3 (a5ef0a68)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
SVectorAsProperty.h File Reference

Declaration of parsing functions for generic vectors to allow their usage as properties for Gaudi components. More...

#include <algorithm>
#include <vector>
#include "GaudiKernel/Parsers.h"
#include "Math/SVector.h"
Include dependency graph for SVectorAsProperty.h:
This graph shows which files directly or indirectly include this file:

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::ostreamGaudi::Utils::toStream (const SCALAR &, std::ostream &)
 
template<class SCALAR , unsigned int N>
std::ostreamGaudi::Utils::toStream (const ROOT::Math::SVector< SCALAR, N > &obj, std::ostream &s)
 the general streaming function for SVector using python-tupel format More...
 

Detailed Description

Declaration of parsing functions for generic vectors to allow their usage as properties for Gaudi components.

Attention
! this file must be included BEFORE * any direct or indirect inclusion of GaudiKernel/ToStream.h
Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
Date
2009-09-05

Definition in file SVectorAsProperty.h.