LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Implementation of the kd tree linker tools template class. More...
Go to the source code of this file.
Namespaces | |
lar_content | |
Functions | |
std::pair< float, float > | lar_content::minmax (const float a, const float b) |
minmax More... | |
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 More... | |
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 More... | |
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 More... | |
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 More... | |
Implementation of the kd tree linker tools template class.
Definition in file KDTreeLinkerToolsT.cc.