1 #ifndef GAUDIKERNEL_GENVCTPARSERS_H 2 #define GAUDIKERNEL_GENVCTPARSERS_H 1 17 #include "Math/SVector.h" 43 template <
class SCALAR,
unsigned int N>
51 if (
N != tmp.
size() ) {
58 #pragma warning( push ) 59 #pragma warning( disable : 4996 ) 63 #pragma warning( pop ) 78 template <
class SCALAR>
85 template <
class SCALAR,
unsigned int N>
89 for (
auto cur = obj.begin(); obj.end() != cur; ++cur ) {
90 if ( obj.begin() != cur ) {
104 #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.