44 #include <TDecompSVD.h> 68 bool getSmoothedData(
GFTrack *trk,
unsigned int irep,
unsigned int ihit, TMatrixT<double> &smoothed_state, TMatrixT<double> &smoothed_cov);
75 bool getSmoothedData(
GFTrack *trk,
unsigned int irep,
unsigned int ihit, TMatrixT<double> &smoothed_state, TMatrixT<double> &smoothed_cov,
GFDetPlane &smoothing_plane);
94 bool getSmoothedData(
GFTrack *trk,
unsigned int irep,
unsigned int ihit, TMatrixT<double> &smoothed_state, TMatrixT<double> &smoothed_cov,
GFDetPlane &smoothing_plane,
95 TMatrixT<double> &auxInfo);
103 bool getBiasedSmoothedData(
GFTrack *trk,
unsigned int irep,
unsigned int ihit, TMatrixT<double> &smoothed_state, TMatrixT<double> &smoothed_cov);
119 TMatrixT<double> &auxInfo);
131 void invertMatrix(
const TMatrixT<double> &mat, TMatrixT<double> &inv);
Detector plane genfit geometry class.
Track object for genfit. genfit algorithms work on these objects.