APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
Implementation of the kd tree linker tools template class. More...
#include "APRILUtility/KDTreeLinkerToolsT.h"
Namespaces | |
april_content | |
Header file for the fragment removal helper class. | |
Functions | |
std::pair< float, float > | april_content::minmax (const float a, const float b) |
minmax More... | |
template<> | |
KDTreeCube | april_content::fill_and_bound_3d_kd_tree< const pandora::Track > (const pandora::Algorithm *const , const MANAGED_CONTAINER< const pandora::Track * > &points, std::vector< KDTreeNodeInfoT< const pandora::Track *, 3 > > &nodes, bool passthru) |
KDTreeTesseract | april_content::fill_and_bound_4d_kd_tree (const pandora::Algorithm *const caller, const MANAGED_CONTAINER< const pandora::CaloHit * > &points, std::vector< KDTreeNodeInfoT< const pandora::CaloHit *, 4 > > &nodes, bool passthru=false) |
fill_and_bound_4d_kd_tree More... | |
KDTreeCube | april_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... | |
KDTreeTesseract | april_content::build_4d_kd_search_region (const pandora::CaloHit *const point, const float x_span, const float y_span, const float z_span, const float search_layer) |
build_4d_kd_search_region More... | |
KDTreeTesseract | april_content::build_4d_kd_search_region (const pandora::CartesianVector &pos, const float x_span, const float y_span, const float z_span, const float search_layer) |
build_4d_kd_search_region More... | |
Implementation of the kd tree linker tools template class.