LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 "PreProcessingAlgorithm.h"
Public Member Functions | |
KDTreeNodeInfoT () | |
Default constructor. More... | |
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.
Definition at line 19 of file PreProcessingAlgorithm.h.
|
inline |
|
inline |
DATA lar_content::KDTreeNodeInfoT< DATA, DIM >::data |
Definition at line 83 of file KDTreeLinkerToolsT.h.
Referenced by lar_content::EventSlicingTool::AssignRemainingHitsToSlices(), and lar_content::IsolatedClusterMopUpAlgorithm::GetCaloHitToClusterMap().
std::array<float, DIM> lar_content::KDTreeNodeInfoT< DATA, DIM >::dims |
Definition at line 84 of file KDTreeLinkerToolsT.h.
Referenced by lar_content::KDTreeLinkerAlgo< DATA, DIM >::dist2(), lar_content::KDTreeLinkerAlgo< DATA, DIM >::medianSearch(), and lar_content::KDTreeLinkerAlgo< DATA, DIM >::recNearestNeighbour().