8 #ifndef StEEmcEnergyMaker_H_
9 #define StEEmcEnergyMaker_H_
13 #include "StRoot/StEEmcPool/./EEmcTreeContainers/EEmcEnergy.h"
32 void Clear(Option_t *opts=
"");
39 void setTowerThres( Float_t thres );
40 void setStripThres( Float_t thres );
41 void setNumTowerThres( UInt_t num );
52 std::string mA2EMkrName;
57 Float_t mTowerThres, mStripThres;
70 inline void StEEmcEnergyMaker_t::setTowerThres( Float_t thres ){ mTowerThres = thres; };
71 inline void StEEmcEnergyMaker_t::setStripThres( Float_t thres ){ mStripThres = thres; };
72 inline void StEEmcEnergyMaker_t::setNumTowerThres( UInt_t num ){ mNumTowers = num; };
EEmc ADC –> energy maker.
void Clear(Option_t *opts="")
Clear for next event.
StEEmcEnergyMaker_t(const Char_t *myName, const Char_t *a2EMakerName)
constructor
virtual ~StEEmcEnergyMaker_t()
deconstructor
Int_t Make()
Build an event.