6 #ifndef StEmcMicroCluster__h
7 #define StEmcMicroCluster__h
10 #include "TObjArray.h"
11 #include "StEmcMicroHit.h"
24 Float_t getEnergy() {
return mEnergy;}
26 Int_t
getNHits() {
return mHits->GetEntries();}
31 void setEta(Float_t e) { mEta = e;}
32 void setPhi(Float_t p) { mPhi = p;}
33 void setSigmaEta(Float_t s) { mSigmaEta = s;}
34 void setSigmaPhi(Float_t s) { mSigmaPhi = s;}
35 void setEnergy(Float_t e) { mEnergy = e;}
Float_t getSigmaPhi()
Return SigmaPhi of the cluster.
StEmcMicroHit * getHit(Int_t hiId)
Return one hit of the cluster.
Float_t getSigmaEta()
Return SigmaEta of the cluster.
Float_t getPhi()
Return Phi of the cluster.
Float_t getEta()
Return Eta of the cluster.
Int_t getNHits()
Return Number of hits of the cluster.