11 #ifndef StEmcMicroPoint__h
12 #define StEmcMicroPoint__h
15 #include "TObjArray.h"
16 #include "StEmcMicroCluster.h"
33 Int_t
getNClusters(Int_t EmcDet) {
return mEmc[EmcDet-1]->GetEntries();}
35 void addCluster(Int_t EmcDet,
StEmcMicroCluster* cl) { mEmc[EmcDet-1]->AddLast(cl);}
37 void setEta(Float_t e) { mEta = e;}
38 void setPhi(Float_t p) { mPhi = p;}
39 void setDeltaEta(Float_t s) { mDeltaEta = s;}
40 void setDeltaPhi(Float_t s) { mDeltaPhi = s;}
41 void setEnergy(Float_t e) { mEnergy = e;}
42 void setChiSquare(Float_t e) { mChiSquare = e;}
StEmcMicroCluster * getCluster(Int_t EmcDet, Int_t ClId)
Return one cluster of the point.
Float_t getEnergy()
Return Energy of the point.
Int_t getNClusters(Int_t EmcDet)
Return number of cluster of the point for one sub detector.
Float_t getPhi()
Return Phi of the point.
Float_t getEta()
Return Eta of the point.
Float_t getChiSquare()
Return ChiSquare of the point.
Float_t getDeltaPhi()
Return DeltaPhi of the point.
Float_t getDeltaEta()
Return DeltaEta of the point.