CMS 3D CMS Logo

Public Member Functions

reco::GhostTrackFitter::PredictionUpdater Class Reference

#include <GhostTrackFitter.h>

Inheritance diagram for reco::GhostTrackFitter::PredictionUpdater:
reco::KalmanGhostTrackUpdater

List of all members.

Public Member Functions

virtual PredictionUpdaterclone () const =0
virtual void contribution (const GhostTrackPrediction &pred, const GhostTrackState &state, double &ndof, double &chi2, bool withPredError=false) const =0
virtual GhostTrackPrediction update (const GhostTrackPrediction &pred, const GhostTrackState &state, double &ndof, double &chi2) const =0
virtual ~PredictionUpdater ()

Detailed Description

Definition at line 43 of file GhostTrackFitter.h.


Constructor & Destructor Documentation

virtual reco::GhostTrackFitter::PredictionUpdater::~PredictionUpdater ( ) [inline, virtual]

Definition at line 45 of file GhostTrackFitter.h.

{}

Member Function Documentation

virtual PredictionUpdater* reco::GhostTrackFitter::PredictionUpdater::clone ( ) const [pure virtual]
virtual void reco::GhostTrackFitter::PredictionUpdater::contribution ( const GhostTrackPrediction pred,
const GhostTrackState state,
double &  ndof,
double &  chi2,
bool  withPredError = false 
) const [pure virtual]
virtual GhostTrackPrediction reco::GhostTrackFitter::PredictionUpdater::update ( const GhostTrackPrediction pred,
const GhostTrackState state,
double &  ndof,
double &  chi2 
) const [pure virtual]