StRoot
1
|
Public Member Functions | |
virtual Int_t | doClustering (const StFgtCollection &fgtCollection, StFgtStripCollection &, StFgtHitCollection &)=0 |
virtual Int_t | Init ()=0 |
virtual Int_t | Finish ()=0 |
virtual void | setDb (StFgtDb *pDb)=0 |
Definition at line 48 of file StFgtIClusterAlgo.h.
|
pure virtual |
subclasses must implement this function that takes raw hits from StEvent and fills the Cluster collection
the input might be modified, since the clustering checks if the seeds are legitimate and adds the info to the strips if they are at the beginning or end of a cluster
Implemented in StFgtSeededClusterAlgo, StFgtMaxClusterAlgo, and StFgtSimpleClusterAlgo.
Referenced by StFgtClusterMaker::Make().