1 #ifndef TrackReco_Vector_h
2 #define TrackReco_Vector_h
4 #include "Math/SVector.h"
9 template<
unsigned int N>
11 typedef ROOT::Math::SVector<double, N>
type;
15 template<
unsigned int N>
17 typedef ROOT::Math::SVector<float, N>
type;
21 template<
unsigned int N>
ROOT::Math::SVector< float, N > type
ROOT::Math::SVector< double, N > type