8 #include "StMuEmcPoint.h"
15 mEta=mPhi=mRadius=mDeltaEta=mDeltaPhi=mEnergy=mChiSquare=0;
16 memset(mEmc,0,
sizeof(mEmc));
28 for(Int_t d=0;d<8;d++)
34 StMuEmcPoint::~StMuEmcPoint()
36 for (
int i=0;i<8;i++) {
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.
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.