18 #ifndef _EEMC_HIT_MAKER_SIMPLE_H_
19 #define _EEMC_HIT_MAKER_SIMPLE_H_
22 #include "StRoot/StEEmcUtil/EEmcGeom/EEmcGeomDefs.h"
25 #include "StEEmcHitMaker.h"
26 #include "StEEmcTowerClusterFinder.h"
27 #include "StEEmcStripClusterFinder.h"
28 #include "StEEmcPointFinder.h"
29 #include "StEEmcEnergyApportioner.h"
35 const Char_t *inputMakerName,
51 void Clear(Option_t *opts=
"");
63 Int_t clusterTowers();
64 Int_t clusterStrips();
67 Bool_t mClusterStripsFirst;
70 Double_t mSmdEuEvRatio[kEEmcNumSectors];
Int_t Make()
Find all the hits.
void Clear(Option_t *opts="")
Clear for next event.
StEEmcHitMakerSimple_t(const Char_t *myName, const Char_t *inputMakerName, StEEmcTowerClusterFinder_t *towerClusterFinder, StEEmcStripClusterFinder_t *stripClusterFinder, StEEmcPointFinder_t *pointFinder, StEEmcEnergyApportioner_t *energyApportioner)
Construtor.
void setClusterStripsFirst(Bool_t doItFirst=1)
modifier
StEEmcTowerClusterFinder_t * mTowerClusterFinder
pointers to finders for subtasks
virtual ~StEEmcHitMakerSimple_t()
Deconstructor.