StRoot
1
|
#include <StFstClusterCollection.h>
Public Member Functions | |
StFstClusterCollection (int wedge=0) | |
vector< StFstCluster * > & | getClusterVec () |
const vector< StFstCluster * > & | getClusterVec () const |
size_t | getNumClusters () const |
unsigned char | getWedge () const |
void | setWedge (int wedge) |
void | Clear (Option_t *opt="") |
virtual void | Print (Option_t *opt="") const |
Public Member Functions inherited from StObject | |
StObject (const StObject &sto) | |
StObject & | operator= (const StObject &sto) |
virtual TObject * | clone () const |
Int_t | isZombie () const |
virtual void | makeZombie (int flg=1) |
UInt_t | Ztreamer (TBuffer &R__b) |
ClassDef (StObject, 3) static UInt_t fgTally | |
Protected Member Functions | |
ClassDef (StFstClusterCollection, 1) | |
Protected Attributes | |
unsigned char | mWedge |
std::vector< StFstCluster * > | mClusterVec |
A collection of StFstCluster objects which is basically a wrapper for a clusters vector. One instance corresponds to one wedge.
Definition at line 15 of file StFstClusterCollection.h.