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 constexpr static const auto FAILURE
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.
This class is used for returning status codes from appropriate routines.
std::ostream & toStream(const DataObjID &d, std::ostream &os)
constexpr static const auto SUCCESS
Helper functions to set/get the application return code.