StRoot
1
|
#include <StEmcMicroCluster.h>
Public Member Functions | |
StEmcMicroCluster (StEmcMicroCluster *) | |
Float_t | getEta () |
Return Eta of the cluster. | |
Float_t | getPhi () |
Return Phi of the cluster. | |
Float_t | getSigmaEta () |
Return SigmaEta of the cluster. | |
Float_t | getSigmaPhi () |
Return SigmaPhi of the cluster. | |
Float_t | getEnergy () |
Int_t | getNHits () |
Return Number of hits of the cluster. | |
StEmcMicroHit * | getHit (Int_t hiId) |
Return one hit of the cluster. | |
void | addHit (StEmcMicroHit *hit) |
void | setEta (Float_t e) |
void | setPhi (Float_t p) |
void | setSigmaEta (Float_t s) |
void | setSigmaPhi (Float_t s) |
void | setEnergy (Float_t e) |
This is the EMC micro cluster object.
Definition at line 13 of file StEmcMicroCluster.h.