CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
KDTreeNodeInfo Struct Reference

#include <KDTreeLinkerTools.h>

Public Member Functions

 KDTreeNodeInfo ()
 
 KDTreeNodeInfo (const reco::PFRecHit *rhptr, double d1, double d2)
 

Public Attributes

double dim1
 
double dim2
 
const reco::PFRecHitptr
 

Detailed Description

Definition at line 44 of file KDTreeLinkerTools.h.

Constructor & Destructor Documentation

KDTreeNodeInfo::KDTreeNodeInfo ( )
inline

Definition at line 51 of file KDTreeLinkerTools.h.

52  : ptr(0)
53  {}
const reco::PFRecHit * ptr
KDTreeNodeInfo::KDTreeNodeInfo ( const reco::PFRecHit rhptr,
double  d1,
double  d2 
)
inline

Definition at line 55 of file KDTreeLinkerTools.h.

58  : ptr(rhptr), dim1(d1), dim2(d2)
59  {}
const reco::PFRecHit * ptr

Member Data Documentation

double KDTreeNodeInfo::dim1
double KDTreeNodeInfo::dim2
const reco::PFRecHit* KDTreeNodeInfo::ptr

Definition at line 46 of file KDTreeLinkerTools.h.