EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
KDPointCloud () | |
size_t | kdtree_get_point_count () const |
T | kdtree_distance (const T *p1, const size_t idx_p2, size_t) const |
T | kdtree_get_pt (const size_t idx, int dim) const |
template<class BBOX > | |
bool | kdtree_get_bbox (BBOX &) const |
Public Attributes | |
std::vector< std::vector< T > > | pts |
Definition at line 125 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 125 of file PHSimpleKFProp.h
|
inline |
Definition at line 127 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 127 of file PHSimpleKFProp.h
|
inline |
Definition at line 133 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 133 of file PHSimpleKFProp.h
References PHSimpleKFProp::KDPointCloud< T >::pts, and T.
|
inline |
Definition at line 150 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 150 of file PHSimpleKFProp.h
|
inline |
Definition at line 129 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 129 of file PHSimpleKFProp.h
References PHSimpleKFProp::KDPointCloud< T >::pts.
|
inline |
Definition at line 140 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 140 of file PHSimpleKFProp.h
References PHSimpleKFProp::KDPointCloud< T >::pts.
std::vector<std::vector<T> > PHSimpleKFProp::KDPointCloud< T >::pts |
Definition at line 128 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 128 of file PHSimpleKFProp.h
Referenced by PHSimpleKFProp::KDPointCloud< T >::kdtree_distance(), PHSimpleKFProp::KDPointCloud< T >::kdtree_get_point_count(), and PHSimpleKFProp::KDPointCloud< T >::kdtree_get_pt().