Namespaces | Functions
KDTreeLinkerToolsT.cc File Reference

Implementation of the kd tree linker tools template class. More...

#include "larpandoracontent/LArUtility/KDTreeLinkerToolsT.h"

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...
 

Detailed Description

Implementation of the kd tree linker tools template class.

Log

Definition in file KDTreeLinkerToolsT.cc.