ATLAS Offline Software
|
#include <IInDetAlignHitQualSelTool.h>
Public Member Functions | |
virtual const Trk::RIO_OnTrack * | getGoodHit (const Trk::TrackStateOnSurface *tsos) const =0 |
main method: from a TrackStateOnSurface select a good hit cutting on outlier hits, hits with too many pixels/strips, hits with large incidence angles More... | |
virtual bool | isGoodSiHit (const Trk::TrackStateOnSurface *tsos) const =0 |
virtual bool | getGoodHole (const Trk::TrackStateOnSurface *tsos) const =0 |
from a TrackStateOnSurface select a good hole in track cutting on large incidence angles only More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
for ToolHandle functionality More... | |
Definition at line 26 of file IInDetAlignHitQualSelTool.h.
|
pure virtual |
main method: from a TrackStateOnSurface select a good hit cutting on outlier hits, hits with too many pixels/strips, hits with large incidence angles
Implemented in InDetAlignHitQualSelTool.
|
pure virtual |
from a TrackStateOnSurface select a good hole in track cutting on large incidence angles only
Implemented in InDetAlignHitQualSelTool.
|
inlinestatic |
for ToolHandle functionality
Definition at line 42 of file IInDetAlignHitQualSelTool.h.
|
pure virtual |
Implemented in InDetAlignHitQualSelTool.