1 #ifndef TrackReco_Error_h
2 #define TrackReco_Error_h
8 #define SMATRIX_USE_CONSTEXPR
10 #include "Math/SMatrix.h"
11 #include "Math/BinaryOperators.h"
18 template <
unsigned int N>
20 typedef ROOT::Math::SMatrix<double, N, N, ROOT::Math::MatRepSym<double, N> >
type;
24 template <
unsigned int N>
26 typedef ROOT::Math::SMatrix<float, N, N, ROOT::Math::MatRepSym<float, N> >
type;
30 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