StRoot
1
|
#include <StIstClusterCollection.h>
Public Member Functions | |
StIstClusterCollection (int ladder=0) | |
vector< StIstCluster * > & | getClusterVec () |
const vector< StIstCluster * > & | getClusterVec () const |
size_t | getNumClusters () const |
unsigned char | getLadder () const |
void | setLadder (int ladder) |
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 (StIstClusterCollection, 1) | |
Protected Attributes | |
unsigned char | mLadder |
std::vector< StIstCluster * > | mClusterVec |
A collection of StIstCluster objects which is basically a wrapper for a clusters vector. One instance corresponds to one ladder.
Definition at line 15 of file StIstClusterCollection.h.