Belle II Software
release-08-01-10
|
Abstract base class for fitters. More...
#include <AbsFitter.h>
Public Member Functions | |
virtual void | processTrackWithRep (Track *, const AbsTrackRep *, bool resortHits=false)=0 |
Process Track with one AbsTrackRep of the Track. More... | |
void | processTrack (Track *, bool resortHits=false) |
Process all reps. More... | |
virtual void | setDebugLvl (unsigned int lvl=1) |
Protected Attributes | |
unsigned int | debugLvl_ |
Abstract base class for fitters.
Definition at line 35 of file AbsFitter.h.
void processTrack | ( | Track * | tr, |
bool | resortHits = false |
||
) |
Process all reps.
Start with the cardinalRep and resort the hits if necessary (and supported by the fitter)
Definition at line 25 of file AbsFitter.cc.
|
pure virtual |
Process Track with one AbsTrackRep of the Track.
Optionally resort the hits if necessary (and supported by the fitter)
Implemented in GFGbl, GblFitter, KalmanFitterRefTrack, KalmanFitter, and DAF.