StRoot
1
|
#include <StEmcMicroPoint.h>
Public Member Functions | |
StEmcMicroPoint (StEmcMicroPoint *) | |
Float_t | getEta () |
Return Eta of the point. | |
Float_t | getPhi () |
Return Phi of the point. | |
Float_t | getDeltaEta () |
Return DeltaEta of the point. | |
Float_t | getDeltaPhi () |
Return DeltaPhi of the point. | |
Float_t | getEnergy () |
Return Energy of the point. | |
Float_t | getChiSquare () |
Return ChiSquare of the point. | |
StEmcMicroCluster * | getCluster (Int_t EmcDet, Int_t ClId) |
Return one cluster of the point. | |
Int_t | getNClusters (Int_t EmcDet) |
Return number of cluster of the point for one sub detector. | |
void | addCluster (Int_t EmcDet, StEmcMicroCluster *cl) |
void | setEta (Float_t e) |
void | setPhi (Float_t p) |
void | setDeltaEta (Float_t s) |
void | setDeltaPhi (Float_t s) |
void | setEnergy (Float_t e) |
void | setChiSquare (Float_t e) |
This is the EMC micro Point.
EmcDet is defined as follow:
Definition at line 18 of file StEmcMicroPoint.h.