ATLAS Offline Software
|
The abstract interface base class for track selector tools targeted at isoloation. More...
#include <IIsoTrackSelectorTool.h>
Public Member Functions | |
virtual bool | decision (const Trk::AtaStraightLine &, const Trk::Track &track) const =0 |
ESD type interface. More... | |
virtual bool | decision (const Trk::AtaStraightLine &, const Trk::TrackParticleBase &trackParticle) const =0 |
AOD type interface. More... | |
virtual bool | decision (const Trk::AtaStraightLine &, const Trk::TrackParameters &trackPars) const =0 |
Work-horse interface. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
The abstract interface base class for track selector tools targeted at isoloation.
A track selector tool is designed to judge the track quality wrt to a given reference.
Definition at line 28 of file IIsoTrackSelectorTool.h.
|
pure virtual |
ESD type interface.
Implemented in InDet::InDetIsoTrackSelectorTool.
|
pure virtual |
Work-horse interface.
Implemented in InDet::InDetIsoTrackSelectorTool.
|
pure virtual |
AOD type interface.
Implemented in InDet::InDetIsoTrackSelectorTool.
|
inlinestatic |
Definition at line 32 of file IIsoTrackSelectorTool.h.