StRoot
1
|
#include <StMuEmcPoint.h>
Public Member Functions | |
float | getEta () const |
Return Eta of the point. | |
float | getPhi () const |
Return Phi of the point. | |
float | getRadius () const |
return radius of the point | |
float | getDeltaEta () const |
Return DeltaEta of the point. | |
float | getDeltaPhi () const |
Return DeltaPhi of the point. | |
float | getEnergy () const |
Return Energy of the point. | |
float | getChiSquare () const |
Return ChiSquare 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. | |
void | setCluster (StMuEmcCluster *cl, Int_t EmcDet) |
void | setEta (float e) |
void | setPhi (float p) |
void | setRadius (float r) |
void | setDeltaEta (float s) |
void | setDeltaPhi (float s) |
void | setEnergy (float e) |
void | setChiSquare (float e) |
Protected Member Functions | |
StMuEmcPoint (StMuEmcPoint *) | |
Protected Attributes | |
float | mEta |
float | mPhi |
float | mRadius |
float | mDeltaEta |
float | mDeltaPhi |
float | mEnergy |
float | mChiSquare |
StMuEmcCluster * | mEmc [8] |
This is the EMC micro Point.
EmcDet is defined as follow:
Definition at line 17 of file StMuEmcPoint.h.