#include <StEEmcBaseCluster.h>

Public Member Functions | |
| Int_t | key () const |
| void | key (Int_t k) |
| Bool_t | split () const |
| void | split (Bool_t s) |
| void | addMatch (Int_t key, Int_t layer) |
| Int_t | numberOfMatchingClusters (Int_t layer) const |
| Int_t | getMatch (Int_t ith, Int_t layer) const |
| Float_t | energy () const |
| void | energy (Float_t e) |
| Int_t | numberOfElements () const |
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 |
StEEmcCluster and StEEmcSmdCluster represent tower/pre/post and smd clusters, and derive from this class.
Definition at line 25 of file StEEmcBaseCluster.h.
1.5.9