MarlinTrk
02.08
|
Helper class for defining a filter condition based on the delta chi2 in the AddAndFilter step. More...
Public Member Functions | |
KalTrackFilter (double maxDeltaChi2=DBL_MAX) | |
C'tor - takes as optional argument the maximum allowed delta chi2 for adding the hit (in IsAccepted() ) More... | |
virtual | ~KalTrackFilter () |
virtual Bool_t | IsAccepted (const TKalTrackSite &site) |
void | resetFilterStatus () |
bool | passedLastFilterStep () const |
Protected Attributes | |
double | _maxDeltaChi2 |
bool | _passed_last_filter_step |
Helper class for defining a filter condition based on the delta chi2 in the AddAndFilter step.
Definition at line 32 of file MarlinDDKalTestTrack.cc.
|
inline |
C'tor - takes as optional argument the maximum allowed delta chi2 for adding the hit (in IsAccepted() )
Definition at line 38 of file MarlinDDKalTestTrack.cc.
|
inlinevirtual |
Definition at line 40 of file MarlinDDKalTestTrack.cc.
|
inlinevirtual |
Definition at line 42 of file MarlinDDKalTestTrack.cc.
References _maxDeltaChi2, _passed_last_filter_step, std::endl(), and std::scientific().
|
inline |
Definition at line 54 of file MarlinDDKalTestTrack.cc.
References _passed_last_filter_step.
Referenced by MarlinTrk::MarlinDDKalTestTrack::addAndFit().
|
inline |
Definition at line 53 of file MarlinDDKalTestTrack.cc.
References _passed_last_filter_step.
Referenced by MarlinTrk::MarlinDDKalTestTrack::addAndFit().
|
protected |
Definition at line 58 of file MarlinDDKalTestTrack.cc.
Referenced by IsAccepted().
|
protected |
Definition at line 59 of file MarlinDDKalTestTrack.cc.
Referenced by IsAccepted(), passedLastFilterStep(), and resetFilterStatus().