Pandora
Pandora source code navigator
|
Implementation of the kd tree linker tools template class. More...
Go to the source code of this file.
Namespaces | |
namespace | lar_content |
Functions | |
std::pair< float, float > | lar_content::minmax (const float a, const float b) |
minmax | |
KDTreeBox | lar_content::build_2d_kd_search_region (const pandora::CaloHit *const point, const float x_span, const float z_span) |
build_2d_kd_search_region | |
KDTreeBox | lar_content::build_2d_kd_search_region (const pandora::CartesianVector &pos, const float x_span, const float z_span) |
build_2d_kd_search_region | |
KDTreeCube | lar_content::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 | |
KDTreeCube | lar_content::build_3d_kd_search_region (const pandora::CartesianVector &pos, const float x_span, const float y_span, const float z_span) |
build_3d_kd_search_region | |
Implementation of the kd tree linker tools template class.
Definition in file KDTreeLinkerToolsT.cc.