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