Pandora
Pandora source code navigator
|
DetectorGap class. More...
#include "DetectorGap.h"
Public Member Functions | |
virtual | ~DetectorGap () |
Destructor. | |
virtual bool | IsInGap (const CartesianVector &positionVector, const HitType hitType, const float gapTolerance=0.f) const =0 |
Whether a specified position lies within the gap. | |
DetectorGap class.
Definition at line 24 of file DetectorGap.h.
|
virtual |
Destructor.
Definition at line 14 of file DetectorGap.cc.
|
pure virtual |
Whether a specified position lies within the gap.
positionVector | the position vector |
hitType | the hit type, providing context to aid interpretation of provided position vector |
gapTolerance | tolerance allowed when declaring a point to be "in" a gap region, units mm |
Implemented in pandora::LineGap, pandora::BoxGap, and pandora::ConcentricGap.