StRoot
1
|
#include <StIstIClusterAlgo.h>
Public Member Functions | |
void | doClustering (StIstCollection &stIstCollection) |
void | setUsedTimeBin (unsigned char tb=UCHAR_MAX) |
void | setSplitFlag (bool splitFlag=true) |
Protected Member Functions | |
virtual Int_t | doClustering (const StIstCollection &, StIstRawHitCollection &, StIstClusterCollection &)=0 |
Protected Attributes | |
Bool_t | mSplitCluster |
UChar_t | mTimeBin |
Abstract interface for concrete implementations of clustering algorithms.
Definition at line 19 of file StIstIClusterAlgo.h.
void StIstIClusterAlgo::doClustering | ( | StIstCollection & | stIstCollection | ) |
Calls the actual clustering method that creates a cluster collection from a raw hit collection for each IST ladder.
Definition at line 12 of file StIstIClusterAlgo.cxx.
References StIstConsts::kIstNumLadders.
Referenced by StIstClusterMaker::Make().