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