StRoot
1
|
#include <StFstIClusterAlgo.h>
Public Member Functions | |
void | doClustering (StFstCollection &stFstCollection) |
void | setUsedTimeBin (unsigned char tb=UCHAR_MAX) |
void | setSplitFlag (bool splitFlag=true) |
Protected Member Functions | |
virtual Int_t | doClustering (const StFstCollection &, StFstRawHitCollection &, StFstClusterCollection &)=0 |
Protected Attributes | |
Bool_t | mSplitCluster |
UChar_t | mTimeBin |
Abstract interface for concrete implementations of clustering algorithms.
Definition at line 18 of file StFstIClusterAlgo.h.
void StFstIClusterAlgo::doClustering | ( | StFstCollection & | stFstCollection | ) |
Calls the actual clustering method that creates a cluster collection from a raw hit collection for each FST wedge.
Definition at line 12 of file StFstIClusterAlgo.cxx.