1 #ifndef TrackReco_Vector_h
2 #define TrackReco_Vector_h
5 #include "Math/SVector.h"
10 template<
unsigned int N>
12 typedef ROOT::Math::SVector<double, N>
type;
16 template<
unsigned int N>
18 typedef ROOT::Math::SVector<float, N>
type;
22 template<
unsigned int N>
ROOT::Math::SVector< float, N > type
ROOT::Math::SVector< double, N > type