StRoot
1
|
#include <StEEmcBaseCluster.h>
Protected Member Functions | |
ClassDef (StEEmcBaseCluster, 1) | |
Protected Attributes | |
Int_t | mKey |
Bool_t | mSplit |
std::vector< std::vector< Int_t > > | mMatched |
Float_t | mEnergy |
Int_t | mNumberOfElements |
Base representation of and EEMC cluster, holding information which is common between tower- and smd-clusters. This class provides storage of a unique id for the cluster, and stores the unique id's of clusters in other layers which "match" this cluster (as determined by the cluster maker).
StEEmcCluster and StEEmcSmdCluster represent tower/pre/post and smd clusters, and derive from this class.
Definition at line 25 of file StEEmcBaseCluster.h.