1 #ifndef GAUDIKERNEL_GENVCTPARSERS_H 2 #define GAUDIKERNEL_GENVCTPARSERS_H 1 17 #include "Math/SVector.h" 43 template <
class SCALAR,
unsigned int N>
45 ( ROOT::Math::SVector<SCALAR,N>& result ,
57 #pragma warning(disable:4996) 76 template <
class SCALAR>
83 template <
class SCALAR,
unsigned int N>
88 for (
auto cur = obj.begin() ; obj.end() != cur ; ++cur )
90 if ( obj.begin() != cur ) { s <<
" , "; }
102 #endif // GAUDIKERNEL_GENVCTPARSERS_H
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
bool isFailure() const
Test for a status code of FAILURE.
This class is used for returning status codes from appropriate routines.
std::ostream & toStream(const ROOT::Math::SVector< SCALAR, N > &obj, std::ostream &s)
the general streaming function for SVector using python-tupel format
Helper functions to set/get the application return code.