1 #ifndef TrackReco_Vector_h 2 #define TrackReco_Vector_h 5 #define SMATRIX_USE_CONSTEXPR 6 #include "Math/SVector.h" 11 template <
unsigned int N>
13 typedef ROOT::Math::SVector<double, N>
type;
17 template <
unsigned int N>
19 typedef ROOT::Math::SVector<float, N>
type;
23 template <
unsigned int N>
ROOT::Math::SVector< float, N > type
ROOT::Math::SVector< double, N > type