Belle II Software development
AxialHitQuadTreeProcessor::NodeCache Struct Reference

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.
 

Detailed Description

Geometry of a node that is needed in the containment check.

Definition at line 172 of file AxialHitQuadTreeProcessor.h.

Member Data Documentation

◆ iThetaSpan

int iThetaSpan = 0

Index of the theta span of the node in the theta span cache.

Definition at line 180 of file AxialHitQuadTreeProcessor.h.

◆ needsDerivativeCheck

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.

◆ yMax

float yMax = 0

Upper curvature bound of the node.

Definition at line 177 of file AxialHitQuadTreeProcessor.h.

◆ yMin

float yMin = 0

Lower curvature bound of the node.

Definition at line 174 of file AxialHitQuadTreeProcessor.h.


The documentation for this struct was generated from the following file: