Box structure used to define 2D field. It's used in KDTree building step to divide the detector space...
KDTreeBoxT< 2 > KDTreeBox
KDTreeBoxT< 3 > KDTreeCube
std::pair< float, float > minmax(const float a, const float b)
minmax
KDTreeBox build_2d_kd_search_region(const pandora::CaloHit *const point, const float x_span, const float z_span)
build_2d_kd_search_region
KDTreeCube build_3d_kd_search_region(const pandora::CaloHit *const point, const float x_span, const float y_span, const float z_span)
build_3d_kd_search_region