3 #ifndef GAUDIKERNEL_GENVCTPARSERS_H
4 #define GAUDIKERNEL_GENVCTPARSERS_H 1
19 #include "Math/SVector.h"
45 template <
class SCALAR,
unsigned int N>
47 ( ROOT::Math::SVector<SCALAR,N>& result ,
59 #pragma warning(disable:4996)
78 template <
class SCALAR>
85 template <
class SCALAR,
unsigned int N>
90 for (
typename ROOT::Math::SVector<SCALAR,N>::const_iterator cur = obj.begin() ;
91 obj.end() != cur ; ++cur )
93 if ( obj.begin() != cur ) { s <<
" , "; }
105 #endif // GAUDIKERNEL_GENVCTPARSERS_H