StRoot
1
|
#include <StEEmcStripClusterFinderTSIU.h>
Public Member Functions | |
virtual Int_t | find (const ESmdLayer_t &stripArray, StSimpleClusterVec_t &cluster) |
find some clusters | |
void | setNumSmoothIters (UInt_t val) |
void | setSeedAbsThres (Double_t val) |
void | setSeedRelThres (Double_t val) |
void | setNumStripsPerSide (UInt_t val) |
void | setMinStripsPerCluster (UInt_t val) |
void | setMinEnergyPerCluster (Double_t val) |
Public Member Functions inherited from StEEmcStripClusterFinder_t | |
virtual void | clear () |
clear things before doing the finding for the next sector or layer | |
void | resetClusterCount () |
reset the count | |
void | setCurrentLayer (LayerOfSMD_t layer) |
Set current layer and sector. | |
void | setCurrentSector (Int_t sector) |
Public Member Functions inherited from StFinderAlg_t | |
Bool_t | isReady () const |
Check if status is ready for hit finding. | |
Protected Attributes | |
UInt_t | mNumSmoothIters |
UInt_t | mNumStripsPerSide |
UInt_t | mMinStripsPerCluster |
Double_t | mSeedAbsThres |
Double_t | mSeedRelThres |
Double_t | mMinEnergyPerCluster |
Double_t | mStripEnergyArray [kEEmcNumStrips] |
Double_t | mSmoothedEnergyArray [kEEmcNumStrips] |
Protected Attributes inherited from StEEmcStripClusterFinder_t | |
LayerOfSMD_t | mLayer |
Int_t | mSector |
Int_t | mLastClusterID |
Protected Attributes inherited from StFinderAlg_t | |
Bool_t | mIsReady |
Additional Inherited Members | |
Public Types inherited from StEEmcStripClusterFinder_t | |
enum | LayerOfSMD_t { U_LAYER = 0, V_LAYER = 1 } |
enum to keep track of layers | |
Static Public Member Functions inherited from StFinderAlg_t | |
static void | setEventNum (Int_t eventNum) |
static Int_t | getEventNum () |
See header for description.
This is the ANL modified version of the IU algorithm, and can be thought of as a combination of the IU and TSP algorithms.
Definition at line 18 of file StEEmcStripClusterFinderTSIU.h.