![]() |
ATLAS Offline Software
|
Simple helper class for DiscLAyer static array. More...
#include <DiscLayerAttemptsCalculator.h>
Public Member Functions | |
| DiscLayerAttemptsCalculator (unsigned int faceAttempts, unsigned int maxAttempts) | |
| Constructor. | |
| virtual unsigned int | layerAttempts (BoundarySurfaceFace bsFace=Trk::undefinedFace) const override final |
| one single interface method | |
| virtual unsigned int | maxLayerAttempts () const override final |
| The max attempts. | |
Private Attributes | |
| unsigned int | m_faceAttempts |
| number of face attampts | |
| unsigned int | m_maxLayerAttempts |
| the max attempt number | |
Simple helper class for DiscLAyer static array.
Definition at line 23 of file DiscLayerAttemptsCalculator.h.
|
inline |
Constructor.
Definition at line 26 of file DiscLayerAttemptsCalculator.h.
|
inlinefinaloverridevirtual |
one single interface method
Implements Trk::LayerAttemptsCalculator.
Definition at line 42 of file DiscLayerAttemptsCalculator.h.
|
inlinefinaloverridevirtual |
The max attempts.
Implements Trk::LayerAttemptsCalculator.
Definition at line 51 of file DiscLayerAttemptsCalculator.h.
|
private |
number of face attampts
Definition at line 38 of file DiscLayerAttemptsCalculator.h.
|
private |
the max attempt number
Definition at line 39 of file DiscLayerAttemptsCalculator.h.