ATLAS Offline Software
|
The abstract interface base class for track selector tools. More...
#include <ITrackSelectorTool.h>
Public Member Functions | |
virtual bool | decision (const Trk::Track &track, const Vertex *vertex=0) const =0 |
virtual bool | decision (const Trk::TrackParticleBase &track, const Vertex *vertex=0) const =0 |
virtual bool | decision (const xAOD::TrackParticle &track, const xAOD::Vertex *vertex=0) const =0 |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
The abstract interface base class for track selector tools.
A track selector tool is designed to judge the track quality with respect to a given analysis/reconstruction procedure. Most evident clients: various vertex reconstruction algorithms, physics analysis packages.
Definition at line 34 of file ITrackSelectorTool.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinestatic |
Definition at line 38 of file ITrackSelectorTool.h.