ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
IInDetAlignHitQualSelTool Class Referenceabstract

#include <IInDetAlignHitQualSelTool.h>

Inheritance diagram for IInDetAlignHitQualSelTool:
Collaboration diagram for IInDetAlignHitQualSelTool:

Public Member Functions

virtual const Trk::RIO_OnTrackgetGoodHit (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...
 

Detailed Description

Definition at line 26 of file IInDetAlignHitQualSelTool.h.

Member Function Documentation

◆ getGoodHit()

virtual const Trk::RIO_OnTrack* IInDetAlignHitQualSelTool::getGoodHit ( const Trk::TrackStateOnSurface tsos) const
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.

◆ getGoodHole()

virtual bool IInDetAlignHitQualSelTool::getGoodHole ( const Trk::TrackStateOnSurface tsos) const
pure virtual

from a TrackStateOnSurface select a good hole in track cutting on large incidence angles only

Implemented in InDetAlignHitQualSelTool.

◆ interfaceID()

const InterfaceID & IInDetAlignHitQualSelTool::interfaceID ( )
inlinestatic

for ToolHandle functionality

Definition at line 42 of file IInDetAlignHitQualSelTool.h.

42  {
43  return IID_INDETALIGN_IInDetAlignHitQualSelTool ;
44 }

◆ isGoodSiHit()

virtual bool IInDetAlignHitQualSelTool::isGoodSiHit ( const Trk::TrackStateOnSurface tsos) const
pure virtual

Implemented in InDetAlignHitQualSelTool.


The documentation for this class was generated from the following file: