StRoot
1
|
#include <StEmcAssociationMaker.h>
Public Member Functions | |
StEmcClusterAssociation (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 StEmcAssociation | |
StEmcAssociation (StMcTrack *t) | |
const StMcTrack * | getTrack () const |
returns pointer to the MC track | |
This class hold association information between MC tracks and EMC clusters. There are two Association information that can be obtained:
Definition at line 139 of file StEmcAssociationMaker.h.