The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
SVectorAsProperty.h File Reference

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

#include <Gaudi/Parsers/CommonParsers.h>
#include <Math/SVector.h>
#include <algorithm>
#include <vector>
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

namespace  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.
 
namespace  Gaudi::Parsers
 
namespace  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
 
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
 

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.