APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
Data stored in each KDTree node. The dim1/dim2 fields are usually the duplication of some PFRecHit values (eta/phi or x/y). But in some situations, phi field is shifted by +-2.Pi. More...
#include <KDTreeLinkerToolsT.h>
Public Member Functions | |
KDTreeNodeInfoT () | |
Default constructor. | |
template<typename... Ts> | |
KDTreeNodeInfoT (const DATA &d, Ts...dimargs) | |
Constructor. More... | |
Public Attributes | |
DATA | data |
std::array< float, DIM > | dims |
Data stored in each KDTree node. The dim1/dim2 fields are usually the duplication of some PFRecHit values (eta/phi or x/y). But in some situations, phi field is shifted by +-2.Pi.
|
inline |
Constructor.
d | |
dimargs |