BoxGap class, associated with all 3D hit types.
More...
#include "DetectorGap.h"
BoxGap class, associated with all 3D hit types.
Definition at line 111 of file DetectorGap.h.
◆ BoxGap()
Constructor.
- Parameters
-
parameters | the gap parameters |
Definition at line 58 of file DetectorGap.cc.
◆ GetSide1()
Get the vector describing first side meeting vertex.
- Parameters
-
the | vector describing first side meeting vertex |
Definition at line 318 of file DetectorGap.h.
◆ GetSide2()
Get the vector describing second side meeting vertex.
- Parameters
-
the | vector describing second side meeting vertex |
Definition at line 325 of file DetectorGap.h.
◆ GetSide3()
Get the vector describing third side meeting vertex.
- Parameters
-
the | vector describing third side meeting vertex |
Definition at line 332 of file DetectorGap.h.
◆ GetVertex()
◆ IsInGap()
bool pandora::BoxGap::IsInGap |
( |
const CartesianVector & |
positionVector, |
|
|
const HitType |
hitType, |
|
|
const float |
gapTolerance |
|
) |
| const |
|
virtual |
Whether a specified position lies within the gap.
- Parameters
-
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 |
- Returns
- boolean
Implements pandora::DetectorGap.
Definition at line 68 of file DetectorGap.cc.
◆ PandoraObjectFactory< object_creation::Geometry::BoxGap::Parameters, object_creation::Geometry::BoxGap::Object >
◆ m_side1
Cartesian vector describing first side meeting vertex, units mm.
Definition at line 153 of file DetectorGap.h.
◆ m_side2
Cartesian vector describing second side meeting vertex, units mm.
Definition at line 154 of file DetectorGap.h.
◆ m_side3
Cartesian vector describing third side meeting vertex, units mm.
Definition at line 155 of file DetectorGap.h.
◆ m_vertex
Cartesian coordinates of a gap vertex, units mm.
Definition at line 152 of file DetectorGap.h.
The documentation for this class was generated from the following files: