APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Public Member Functions | Public Attributes | List of all members
april_content::KDTreeNodeInfoT< typename, int > Class Template Reference

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
 

Detailed Description

template<typename, unsigned int>
class april_content::KDTreeNodeInfoT< typename, int >

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.

Constructor & Destructor Documentation

template<typename DATA , unsigned DIM>
template<typename... Ts>
april_content::KDTreeNodeInfoT< DATA, DIM >::KDTreeNodeInfoT ( const DATA &  d,
Ts...  dimargs 
)
inline

Constructor.

Parameters
d
dimargs

The documentation for this class was generated from the following files: