1 #ifndef GAUDIKERNEL_GENVCTPARSERS_H 2 #define GAUDIKERNEL_GENVCTPARSERS_H 1 17 #include "Math/SVector.h" 41 template <
class SCALAR,
unsigned int N>
51 # pragma warning( push ) 52 # pragma warning( disable : 4996 ) 56 # pragma warning( pop ) 69 template <
class SCALAR>
76 template <
class SCALAR,
unsigned int N>
79 for (
auto cur = obj.begin(); obj.end() != cur; ++cur ) {
80 if ( obj.begin() != cur ) { s <<
" , "; }
92 #endif // GAUDIKERNEL_GENVCTPARSERS_H
constexpr static const auto SUCCESS
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
This class is used for returning status codes from appropriate routines.
std::ostream & toStream(const DataObjID &d, std::ostream &os)
constexpr static const auto FAILURE
Helper functions to set/get the application return code.