#include <NNClusters.h>
Public Member Functions | |
GenericCluster (GenericHit< T > *hit) | |
void | addHit (GenericHit< T > *hit) |
void | mergeClusters (GenericCluster< T > *cl) |
Templated class for generic clusters of GenericHits that are clustered with an NN-like clustering algorithm. Effectively this is just a list of hits.
Definition at line 22 of file NNClusters.h.
|
inline |
|
inline |
Add a hit to this cluster - updates the hit's pointer to cluster
Definition at line 172 of file NNClusters.h.
|
inline |
Merges all hits from the other cluster cl into this cluster
Definition at line 180 of file NNClusters.h.