1 #ifndef RecoBTag_SequentialGhostTrackFitter_h
2 #define RecoBTag_SequentialGhostTrackFitter_h
10 class GhostTrackPrediction;
11 class GhostTrackState;
21 std::vector<GhostTrackState> &
states,
22 double &ndof,
double &chi2);
31 std::vector<GhostTrackState> &
states) {}
34 virtual FitterImpl *
clone()
const
45 #endif // RecoBTag_SequentialGhostTrackFitter_h
SequentialGhostTrackFitter()
virtual FitterImpl * clone() const
unsigned int maxIteration
virtual bool stable(const GhostTrackPrediction &before, const GhostTrackPrediction &after) const
virtual void postFit(const GhostTrackFitter::PredictionUpdater &updater, const GhostTrackPrediction &pred, std::vector< GhostTrackState > &states)
~SequentialGhostTrackFitter()
GhostTrackPrediction fit(const GhostTrackFitter::PredictionUpdater &updater, const GhostTrackPrediction &prior, std::vector< GhostTrackState > &states, double &ndof, double &chi2)