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