1 #ifndef RecoBTag_GhostTrackFitter_h
2 #define RecoBTag_GhostTrackFitter_h
28 const std::vector<TransientTrack> &
tracks)
const;
34 const std::vector<TransientTrack> &tracks)
const;
38 const std::vector<TransientTrack> &tracks)
const;
41 const std::vector<TransientTrack> &tracks)
const;
52 double &ndof,
double &chi2)
const = 0;
57 double &ndof,
double &chi2,
58 bool withPredError =
false)
const = 0;
70 std::vector<GhostTrackState> &states,
71 double &ndof,
double &chi2) = 0;
80 const std::vector<GhostTrackState> &states)
const;
88 #endif // RecoBTag_GhostTrackFitter_h
std::auto_ptr< FitterImpl > fitter
virtual GhostTrackPrediction fit(const PredictionUpdater &updater, const GhostTrackPrediction &pred, std::vector< GhostTrackState > &states, double &ndof, double &chi2)=0
virtual void contribution(const GhostTrackPrediction &pred, const GhostTrackState &state, double &ndof, double &chi2, bool withPredError=false) const =0
GhostTrack fit(const GlobalPoint &priorPosition, const GlobalError &priorError, const GlobalVector &direction, double coneRadius, const std::vector< TransientTrack > &tracks) const
virtual FitterImpl * clone() const =0
void setFitterImpl(const FitterImpl &fitterImpl)
virtual PredictionUpdater * clone() const =0
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< float >, ROOT::Math::GlobalCoordinateSystemTag > GlobalVector
vector in glovbal coordinate system
virtual GhostTrackPrediction update(const GhostTrackPrediction &pred, const GhostTrackState &state, double &ndof, double &chi2) const =0
virtual ~PredictionUpdater()
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< float >, ROOT::Math::GlobalCoordinateSystemTag > GlobalPoint
point in global coordinate system
std::auto_ptr< PredictionUpdater > updater
virtual ~GhostTrackFitter()