10 #define SMATRIX_USE_CONSTEXPR 11 #include "Math/SMatrix.h" 18 template <
unsigned int N>
24 typedef ROOT::Math::SMatrix<double,
N-2,N-2,ROOT::Math::MatRepStd<double,N-2,N-2> >
AlgebraicMatrixMM;
25 typedef ROOT::Math::SMatrix<double,3,N-2,ROOT::Math::MatRepStd<double,3,N-2> >
AlgebraicMatrix3M;
52 float smoothedChi2,
const AlgebraicSymMatrixOO & fullCov);
89 throw VertexException(
"VertexTrack::track to vertex covariance not available");
116 ROOT::Math::SMatrix<double,6,6,ROOT::Math::MatRepSym<double,6> >
b6;
117 ROOT::Math::SMatrix<double,7,7,ROOT::Math::MatRepSym<double,7> >
b7;
121 template <
unsigned int N>
126 bool operator()(
const RefCountedVertexTrack &
t )
const {
return t->operator==(*track_);}
char data[epos_bytes_allocation]