#include <StEEmcEnergyApportionerIU.h>
|
enum | WeightFunction_t { SMD_SUM,
SMD_SUM_AND_LEAKAGE
} |
|
|
virtual void | clear () |
| clear things before doing the finding for the next event
|
|
virtual Int_t | find (EEmcEnergy_t *eemcEnergyPtr, const StSimpleClusterVec_t &towerClusterVec, const StESMDClustersVec_t &smdClusterVec, StEEmcHitVec_t &hitVec) |
| apportion the energy
|
|
void | setWeightFunction (WeightFunction_t funcType) |
|
void | setCheckTowerBits (Bool_t doCheck) |
|
Bool_t | isReady () const |
| Check if status is ready for hit finding.
|
|
|
typedef std::map< Int_t, Float_t > | sparseVec_t |
|
|
Bool_t | mCheckTowerBits |
|
EEmcGeomSimple | mEEmcGeomSimple |
|
Float_t(StEEmcEnergyApportionerIU_t::* | weightFunc )(const StEEmcHit_t &hit, Int_t thisTowerIdx) |
| pointer to which function to use for weights
|
|
Bool_t | mIsReady |
|
|
static void | setEventNum (Int_t eventNum) |
|
static Int_t | getEventNum () |
|
- Author
- Stephen Gliske sglis.nosp@m.ke@a.nosp@m.nl.go.nosp@m.v
Weihong/Jason's energy sharing methods: weight the surrounding towers by either the sum of the SMD cluster energies, or this sum times a "leakage" factore (determined by Jason's spline function.)
Definition at line 22 of file StEEmcEnergyApportionerIU.h.
Float_t StEEmcEnergyApportionerIU_t::smdSumAndLeakageWeightFunc |
( |
const StEEmcHit_t & |
hit, |
|
|
Int_t |
thisTowerIdx |
|
) |
| |
|
protected |
The documentation for this class was generated from the following files: