#include <KalmanGhostTrackUpdater.h>
Public Member Functions | |
virtual KalmanGhostTrackUpdater * | clone () const |
void | contribution (const GhostTrackPrediction &pred, const GhostTrackState &state, double &ndof, double &chi2, bool withPredError=false) const |
GhostTrackPrediction | update (const GhostTrackPrediction &pred, const GhostTrackState &state, double &ndof, double &chi2) const |
virtual | ~KalmanGhostTrackUpdater () |
Public Member Functions inherited from reco::GhostTrackFitter::PredictionUpdater | |
virtual | ~PredictionUpdater () |
Definition at line 11 of file KalmanGhostTrackUpdater.h.
|
inlinevirtual |
Definition at line 13 of file KalmanGhostTrackUpdater.h.
|
inlinevirtual |
Implements reco::GhostTrackFitter::PredictionUpdater.
Definition at line 15 of file KalmanGhostTrackUpdater.h.
|
virtual |
Implements reco::GhostTrackFitter::PredictionUpdater.
Definition at line 129 of file KalmanGhostTrackUpdater.cc.
|
virtual |
Implements reco::GhostTrackFitter::PredictionUpdater.
Definition at line 87 of file KalmanGhostTrackUpdater.cc.
References reco::GhostTrackPrediction::covariance(), reco::if(), reco::GhostTrackPrediction::prediction(), and reco::GhostTrackState::weight().
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().