32 #include <TDecompSVD.h> 56 bool getSmoothedData(
GFTrack *trk,
unsigned int irep,
unsigned int ihit, TMatrixT<double> &smoothed_state, TMatrixT<double> &smoothed_cov);
63 bool getSmoothedData(
GFTrack *trk,
unsigned int irep,
unsigned int ihit, TMatrixT<double> &smoothed_state, TMatrixT<double> &smoothed_cov,
GFDetPlane &smoothing_plane);
82 bool getSmoothedData(
GFTrack *trk,
unsigned int irep,
unsigned int ihit, TMatrixT<double> &smoothed_state, TMatrixT<double> &smoothed_cov,
GFDetPlane &smoothing_plane,
83 TMatrixT<double> &auxInfo);
91 bool getBiasedSmoothedData(
GFTrack *trk,
unsigned int irep,
unsigned int ihit, TMatrixT<double> &smoothed_state, TMatrixT<double> &smoothed_cov);
107 TMatrixT<double> &auxInfo);
119 void invertMatrix(
const TMatrixT<double> &mat, TMatrixT<double> &inv);
Detector plane genfit geometry class.
Track object for genfit. genfit algorithms work on these objects.