Analysis Software
Documentation for sPHENIX simulation software
|
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 113 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 113 of file PHSimpleKFProp.h
|
inline |
Definition at line 115 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 115 of file PHSimpleKFProp.h
|
inline |
Definition at line 121 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 121 of file PHSimpleKFProp.h
References PHSimpleKFProp::KDPointCloud< T >::pts, and Acts::UnitConstants::T.
|
inline |
Definition at line 138 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 138 of file PHSimpleKFProp.h
|
inline |
Definition at line 117 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 117 of file PHSimpleKFProp.h
References PHSimpleKFProp::KDPointCloud< T >::pts.
|
inline |
Definition at line 128 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 128 of file PHSimpleKFProp.h
References ambiguity_solver_full_chain::idx, and PHSimpleKFProp::KDPointCloud< T >::pts.
std::vector<std::vector<T> > PHSimpleKFProp::KDPointCloud< T >::pts |
Definition at line 116 of file PHSimpleKFProp.h.
View newest version in sPHENIX GitHub at line 116 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().