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.
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
This class is used for returning status codes from appropriate routines.
Helper functions to set/get the application return code.