9 #ifndef STAR_StEmcOldFinder
10 #define STAR_StEmcOldFinder
12 #include "StEmcVirtualFinder.h"
15 #include "StEmcPreClusterCollection.h"
16 #include "StEmcUtil/others/emcInternalDef.h"
17 #include "StEmcRawMaker/defines.h"
28 Float_t mEnergySeed[MAXDETBARREL];
29 Float_t mEnergyAdd[MAXDETBARREL];
30 Float_t mEnergyThresholdAll[MAXDETBARREL];
31 Int_t mSizeMax[MAXDETBARREL];
67 mEnergySeed[det-1] = a;
71 mEnergyAdd[det-1] = a;
75 mEnergyThresholdAll[det-1] = a;
84 return mEnergySeed[det-1];
88 return mEnergyAdd[det-1];
92 return mEnergyThresholdAll[det-1];
96 return mSizeMax[det-1];
Bool_t findClustersInModule(Int_t, StEmcModule *)
finds clusters in a BEMC module
Int_t sizeMax(Int_t det)
returns the size max for a given detector
Float_t energyAdd(Int_t det)
returns the energy add value for a given detector
void setEnergyThresholdAll(Int_t det, Float_t a)
sets the energy threshold. Energy threshold is the minimum energy a cluster should have to be saved ...
void setSizeMax(Int_t det, Int_t a)
sets the size max. Size max is the maximum number of hits a cluster can have
void setEnergySeed(Int_t det, Float_t a)
sets the energy seed. Energy seed is the minimum energy a hit should have to start looking for a clus...
Bool_t testOnNeighbor(Int_t, Int_t)
test for hits in neighbor strips
Float_t energyThresholdAll(Int_t det)
returns the energy threshold for a given detector
void setEnergyAdd(Int_t det, Float_t a)
sets the energy add. Energy add is the minimum energy a hit should have to be include in a cluster ...
Float_t energySeed(Int_t det)
returns the energy seed value for a given detector
virtual Bool_t findClusters(StEvent *)
finds clusters in a StEvent object
Bool_t findClustersInDetector(StEmcDetector *)
finds clusters in a given detector