MarlinUtil  1.12.1
Public Member Functions | List of all members
GenericCluster< U > Class Template Reference

Templated class for generic clusters of GenericHits that are clustered with an NN-like clustering algorithm. More...

#include <NNClusters.h>

Inheritance diagram for GenericCluster< U >:

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.
 

Detailed Description

template<class U>
class GenericCluster< U >

Templated class for generic clusters of GenericHits that are clustered with an NN-like clustering algorithm.

Effectively this is just a list of hits.

See Also
GenericHit
Author
F.Gaede (DESY)
Version
Id:
NNClusters.h,v 1.5 2007-06-05 15:35:49 engels Exp

The documentation for this class was generated from the following file: