8 #include "StEmcMicroPoint.h"
14 for(Int_t i=0;i<4;i++) mEmc[i] =
new TObjArray();
16 StEmcMicroPoint::StEmcMicroPoint(StEmcMicroPoint *point)
24 for(Int_t d=0;d<4;d++)
28 for(Int_t cl=0;cl<nc;cl++)
31 addCluster(EmcDet,cluster);
35 StEmcMicroPoint::~StEmcMicroPoint()
37 for(Int_t i=0;i<4;i++)
delete mEmc[i];
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.