StRoot
1
|
#include <StMuEmcCluster.h>
Public Member Functions | |
StMuEmcCluster (const StMuEmcCluster *) | |
virtual void | Clear (Option_t *opt="") |
float | getEta () const |
Return Eta of the cluster. | |
float | getPhi () const |
Return Phi of the cluster. | |
float | getSigmaEta () const |
Return SigmaEta of the cluster. | |
float | getSigmaPhi () const |
Return SigmaPhi of the cluster. | |
float | getEnergy () const |
int | getNHits () const |
Return Number of hits of the cluster. | |
int | getHitId (int hitNumber) const |
Return one hit of the cluster. | |
void | setEta (float e) |
void | setPhi (float p) |
void | setSigmaEta (float s) |
void | setSigmaPhi (float s) |
void | setEnergy (float e) |
void | setNHits (int h) |
void | setHitId (int h, int id) |
Protected Attributes | |
float | mEta |
float | mPhi |
float | mSigmaEta |
float | mSigmaPhi |
float | mEnergy |
short | mNHits |
TArrayS | mHits |
This is the EMC micro cluster object.
Definition at line 12 of file StMuEmcCluster.h.