![]() |
Belle II Software development
|
Geometry of a node that is needed in the containment check. More...
Public Attributes | |
| float | yMin = 0 |
| Lower curvature bound of the node. | |
| float | yMax = 0 |
| Upper curvature bound of the node. | |
| int | iThetaSpan = 0 |
| Index of the theta span of the node in the theta span cache. | |
| bool | needsDerivativeCheck = false |
| Indicator that the forward direction of the hit has to be checked for this node. | |
Geometry of a node that is needed in the containment check.
Definition at line 172 of file AxialHitQuadTreeProcessor.h.
| int iThetaSpan = 0 |
Index of the theta span of the node in the theta span cache.
Definition at line 180 of file AxialHitQuadTreeProcessor.h.
| bool needsDerivativeCheck = false |
Indicator that the forward direction of the hit has to be checked for this node.
Definition at line 183 of file AxialHitQuadTreeProcessor.h.
| float yMax = 0 |
Upper curvature bound of the node.
Definition at line 177 of file AxialHitQuadTreeProcessor.h.
| float yMin = 0 |
Lower curvature bound of the node.
Definition at line 174 of file AxialHitQuadTreeProcessor.h.