1 #ifndef TrackReco_Error_h 2 #define TrackReco_Error_h 8 #define SMATRIX_USE_CONSTEXPR 11 #include "Math/SMatrix.h" 12 #include "Math/BinaryOperators.h" 19 template<
unsigned int N>
21 typedef ROOT::Math::SMatrix<double, N, N, ROOT::Math::MatRepSym<double, N> >
type;
25 template<
unsigned int N>
27 typedef ROOT::Math::SMatrix<float, N, N, ROOT::Math::MatRepSym<float, N> >
type;
31 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