StRoot
1
|
#include <StEEmcAssociationMaker.h>
Public Member Functions | |
StEEmcPointAssociation (StMcTrack *, StEmcPoint *, int) | |
const StEmcPoint * | getPoint () const |
returns pointer to the EMC point | |
int | getAssociation () const |
returns Association information between MC track and EMC point | |
int | getAssociation (int det) |
returns bit information (0,1) for each EMC subdetector | |
Public Member Functions inherited from StEEmcAssociation | |
StEEmcAssociation (StMcTrack *t) | |
const StMcTrack * | getTrack () const |
returns pointer to the MC track | |
This class hold association information between MC tracks and EMC(EEMC) Points. The Association information is a bit map that corresponds the the clusters that compose the point that could be associated to the MC track. The association information is a bit map in which:
- bit 0 = 1 - Tower cluster is associated in that point - bit 1 = 1 - Pre shower is associated - bit 2 = 1 - SMD-U is associated - bit 3 = 1 - SMD-V is associated
Definition at line 153 of file StEEmcAssociationMaker.h.