StRoot
1
|
#include <StEEmcAssociationMaker.h>
Public Member Functions | |
StEEmcClusterAssociation (StMcTrack *, StEmcCluster *, float, float) | |
const StEmcCluster * | getCluster () const |
returns pointer to the EMC cluster | |
float | getFractionTrack () const |
returns the fraction of the energy deposited by the track on the EMC that ended in the reconstructed cluster | |
float | getFractionCluster () const |
returns the fraction of the energy of the cluster that was deposited by the MC track | |
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) clusters. There are two Association information that can be obtained:
Definition at line 139 of file StEEmcAssociationMaker.h.