StRoot
1
|
#include <StEmcMicroCollection.h>
Public Member Functions | |
StEmcMicroHit * | getHit (Int_t EmcDet, Int_t HitId) |
Return Hit for a given EMC sub detector. | |
Int_t | getNHits (Int_t EmcDet) |
Return Number of Hits for a given EMC sub detector. | |
StEmcMicroCluster * | getCluster (Int_t EmcDet, Int_t ClId) |
Return Cluster for a given EMC sub detector. | |
Int_t | getNClusters (Int_t EmcDet) |
Return Number of Cluster for a given EMC sub detector. | |
StEmcMicroPoint * | getPoint (Int_t PtId) |
Return Point for a given EMC sub detector. | |
Int_t | getNPoints () |
Return Number of Points for a given EMC sub detector. | |
void | addHit (Int_t EmcDet, StEmcMicroHit *hit) |
void | addCluster (Int_t EmcDet, StEmcMicroCluster *cluster) |
void | addPoint (StEmcMicroPoint *point) |
void | clear (Option_t *option="") |
This is the EMC micro collection structure. From here it is possible to get all EMC information (hits, clusters or points).
EmcDet is defined as follow:
Definition at line 22 of file StEmcMicroCollection.h.