ATLAS Offline Software
|
#include <LayerAttemptsCalculator.h>
Public Member Functions | |
virtual | ~LayerAttemptsCalculator () |
virtual unsigned int | layerAttempts (BoundarySurfaceFace bsFace=Trk::undefinedFace) const =0 |
The calculator interface. More... | |
virtual unsigned int | maxLayerAttempts () const =0 |
The max attempts. More... | |
Simple helper class that allows to define different number of layer attempts in the extrapolation before throwing a veto
Definition at line 23 of file LayerAttemptsCalculator.h.
|
inlinevirtual |
Definition at line 25 of file LayerAttemptsCalculator.h.
|
pure virtual |
The calculator interface.
Implemented in Trk::CylinderLayerAttemptsCalculator, and Trk::DiscLayerAttemptsCalculator.
|
pure virtual |
The max attempts.
Implemented in Trk::DiscLayerAttemptsCalculator, and Trk::CylinderLayerAttemptsCalculator.