|
enum | TAcceptStatus { kNoErrors = 0,
kNoEnoughValidHits,
kNoEnoughFittedValidHits,
kWeird
} |
|
|
| StiTrackFinderFilter (const string &name, const string &description) |
|
bool | accept (const StiTrack *filtered) const |
|
virtual void | initialize () |
|
virtual void | setDefaults () |
|
virtual void | reset () |
|
virtual void | unset () |
|
bool | filter (const StiTrack *filtered) |
|
int | getAnalyzedCount () |
|
int | getAcceptedCount () |
|
|
int | _minPtsCount |
|
int | _minFitPtsCount |
|
float | _minFitToPtsRatio |
|
int | _analyzedCount |
|
int | _acceptedCount |
|
Definition at line 7 of file StiTrackFinderFilter.h.
The documentation for this class was generated from the following files: