APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
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. | |
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...).
|
inline |
Constructor.
dimargs |