6 #ifndef StMuEmcCluster__h
7 #define StMuEmcCluster__h
18 virtual void Clear(Option_t* opt=
"");
24 float getEnergy()
const {
return mEnergy;}
27 int getHitId(
int hitNumber)
const {
return mHits[hitNumber];}
29 void setEta(
float e) { mEta = e;}
30 void setPhi(
float p) { mPhi = p;}
31 void setSigmaEta(
float s) { mSigmaEta = s;}
32 void setSigmaPhi(
float s) { mSigmaPhi = s;}
33 void setEnergy(
float e) { mEnergy = e;}
34 void setNHits(
int h) { mNHits = (short)h; mHits.Set(h); mHits.Reset();}
35 void setHitId(
int h,
int id) { mHits[h] = (short)
id;}
float getSigmaEta() const
Return SigmaEta of the cluster.
int getHitId(int hitNumber) const
Return one hit of the cluster.
int getNHits() const
Return Number of hits of the cluster.
float getPhi() const
Return Phi of the cluster.
float getSigmaPhi() const
Return SigmaPhi of the cluster.
float getEta() const
Return Eta of the cluster.