 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/numerics/Modulo.h>
13 #include <tracking/trackFindingCDC/numerics/ESign.h>
21 namespace TrackFindingCDC {
27 class WireNeighborKind {
50 if (iAbsLayerDifference > 2) iAbsLayerDifference = 2;
51 return iAbsLayerDifference;
short getCellDistance() const
Get the distance to the wire neighbor counted in number of cells.
bool isValid() const
Check if the neighbor kind is in principle valid.
short getILayerDifferenceSign() const
Calculate if the designated neighbor is more outside.
Abstract base class for different kinds of events.
short getOClockDirection() const
Get the direction on the clock to follow to reach the neighbor.
short m_cellDistance
Memory for the distance between to wires counted in numbers of cells.
short getAbsILayerDifference() const
Calculate the absolute distance between the current and the layer of the designated neighbor.
short getILayerDifference() const
Calculate the distance between the current and the layer of the designated neighbor.
WireNeighborKind()=default
Default constructor - constructs an invalid neighbor kind.
short m_oClockDirection
Memory for the direction the neighbor is located. Range 1 - 12 imaged on a regular clock.