1 #ifndef TrackReco_Vector_h
2 #define TrackReco_Vector_h
8 #define SMATRIX_USE_COMPUTATION
10 #define SMATRIX_USE_CONSTEXPR
13 #include "Math/SVector.h"
18 template<
unsigned int N>
20 typedef ROOT::Math::SVector<double, N>
type;
24 template<
unsigned int N>
26 typedef ROOT::Math::SVector<float, N>
type;
30 template<
unsigned int N>
ROOT::Math::SVector< float, N > type
ROOT::Math::SVector< double, N > type