MarlinUtil
1.12.1
|
Templated class for generic clusters of GenericHits that are clustered with an NN-like clustering algorithm. More...
#include <NNClusters.h>
Public Member Functions | |
GenericCluster (GenericHit< T > *hit) | |
C'tor that takes the first hit. | |
void | addHit (GenericHit< T > *hit) |
Add a hit to this cluster - updates the hit's pointer to cluster. | |
void | mergeClusters (GenericCluster< T > *cl) |
Merges all hits from the other cluster cl into this cluster. | |
Templated class for generic clusters of GenericHits that are clustered with an NN-like clustering algorithm.
Effectively this is just a list of hits.