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)
override;
31 std::vector<GhostTrackState> &states) {}
34 FitterImpl *
clone()
const override 45 #endif // RecoBTag_SequentialGhostTrackFitter_h
SequentialGhostTrackFitter()
FitterImpl * clone() const override
unsigned int maxIteration
virtual bool stable(const GhostTrackPrediction &before, const GhostTrackPrediction &after) const
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)
~SequentialGhostTrackFitter() override