APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
KDTree node. More...
#include <KDTreeLinkerToolsT.h>
Public Member Functions | |
KDTreeNodeT () | |
Default constructor. | |
void | setAttributs (const KDTreeBoxT< DIM > ®ionBox, const KDTreeNodeInfoT< DATA, DIM > &infoToStore) |
setAttributs More... | |
void | setAttributs (const KDTreeBoxT< DIM > ®ionBox) |
setAttributs More... | |
Public Attributes | |
KDTreeNodeInfoT< DATA, DIM > | info |
Data. | |
KDTreeNodeT< DATA, DIM > * | left |
Left son. | |
KDTreeNodeT< DATA, DIM > * | right |
Right son. | |
KDTreeBoxT< DIM > | region |
Region bounding box. | |
KDTree node.
|
inline |
setAttributs
regionBox | |
infoToStore |
|
inline |
setAttributs
regionBox |