11 #ifndef StMuEmcPoint__h
12 #define StMuEmcPoint__h
15 #include "StMuEmcCluster.h"
37 void setCluster(
StMuEmcCluster* cl, Int_t EmcDet) { mEmc[EmcDet-1] = cl;}
38 void setEta(
float e) { mEta = e;}
39 void setPhi(
float p) { mPhi = p;}
40 void setRadius(
float r) { mRadius = r;}
41 void setDeltaEta(
float s) { mDeltaEta = s;}
42 void setDeltaPhi(
float s) { mDeltaPhi = s;}
43 void setEnergy(
float e) { mEnergy = e;}
44 void setChiSquare(
float e) { mChiSquare = e;}
float getChiSquare() const
Return ChiSquare of the point.
float getEnergy() const
Return Energy of the point.
float getDeltaPhi() const
Return DeltaPhi of the point.
StMuEmcCluster * getCluster(Int_t EmcDet)
Return one cluster of the point.
const StMuEmcCluster * getCluster(Int_t EmcDet) const
Return one cluster of the point.
float getDeltaEta() const
Return DeltaEta of the point.
float getPhi() const
Return Phi of the point.
float getRadius() const
return radius of the point
float getEta() const
Return Eta of the point.