1 #ifndef TrackReco_Error_h
2 #define TrackReco_Error_h
7 #include "Math/SMatrix.h"
8 #include "Math/BinaryOperators.h"
15 template<
unsigned int N>
17 typedef ROOT::Math::SMatrix<double, N, N, ROOT::Math::MatRepSym<double, N> >
type;
21 template<
unsigned int N>
23 typedef ROOT::Math::SMatrix<float, N, N, ROOT::Math::MatRepSym<float, N> >
type;
27 template<
unsigned int N>
ROOT::Math::SMatrix< float, N, N, ROOT::Math::MatRepSym< float, N > > type
fixed size error matrix with double components
ROOT::Math::SMatrix< double, N, N, ROOT::Math::MatRepSym< double, N > > type
fixed size error matrix with double components