24 #ifndef genfit_Track_h
25 #define genfit_Track_h
40 class KalmanFitStatus;
96 Track(
AbsTrackRep* trackRep,
const TVector3& posSeed,
const TVector3& momSeed);
97 Track(
AbsTrackRep* trackRep,
const TVectorD& stateSeed,
const TMatrixDSym& covSeed);
104 virtual void Clear(Option_t* =
"");
192 void insertPoints(std::vector<genfit::TrackPoint*> points,
int id = -1);
260 double getTOF(
AbsTrackRep* rep =
nullptr,
int startId = 0,
int endId = -1)
const;
298 void prune(
const Option_t* =
"CFLWRMIU");
300 void Print(
const Option_t* =
"")
const;
333 #endif // genfit_Track_h