LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Box structure used to define 2D field. It's used in KDTree building step to divide the detector space (ECAL, HCAL...) and in searching step to create a bounding box around the demanded point (Track collision point, PS projection...). More...
#include "KDTreeLinkerToolsT.h"
Public Member Functions | |
KDTreeBoxT () | |
Default constructor. More... | |
template<typename... Ts> | |
KDTreeBoxT (Ts...dimargs) | |
Constructor. More... | |
Public Attributes | |
std::array< float, DIM > | dimmin |
std::array< float, DIM > | dimmax |
Box structure used to define 2D field. It's used in KDTree building step to divide the detector space (ECAL, HCAL...) and in searching step to create a bounding box around the demanded point (Track collision point, PS projection...).
Definition at line 33 of file KDTreeLinkerToolsT.h.
|
inline |
|
inline |
std::array<float, DIM> lar_content::KDTreeBoxT< DIM >::dimmax |
Definition at line 50 of file KDTreeLinkerToolsT.h.
Referenced by lar_content::KDTreeLinkerAlgo< DATA, DIM >::recBuild(), and lar_content::KDTreeLinkerAlgo< DATA, DIM >::recSearch().
std::array<float, DIM> lar_content::KDTreeBoxT< DIM >::dimmin |
Definition at line 49 of file KDTreeLinkerToolsT.h.
Referenced by lar_content::KDTreeLinkerAlgo< DATA, DIM >::recBuild(), and lar_content::KDTreeLinkerAlgo< DATA, DIM >::recSearch().