24 #ifndef GFABSTRACKREP_H
25 #define GFABSTRACKREP_H
167 const TVector3& point2,
170 TVector3& poca_onwire);
188 TMatrixT<double>& statePred,
189 TMatrixT<double>& covPred)=0;
200 virtual void Print(
const Option_t* =
"")
const;
293 virtual void setData(
const TMatrixT<double>& st,
const GFDetPlane& pl,
const TMatrixT<double>*
cov=NULL,
const TMatrixT<double>* aux=NULL){
297 static_cast<void>(aux);
299 inline void setCov(
const TMatrixT<double>& aCov) {
361 virtual void reset();
391 void Abort(std::string method);