StRoot
1
|
#include <StPxlClusterCollection.h>
Public Member Functions | |
void | addCluster (Int_t sector, Int_t ladder, Int_t sensor, const StPxlCluster &cluster) |
add a cluster to the collection | |
Int_t | numberOfClusters (Int_t sector, Int_t ladder, Int_t sensor) const |
number of clusters in a sensor | |
Int_t | numberOfClusters () const |
const StPxlCluster * | cluster (Int_t sector, Int_t ladder, Int_t sensor, Int_t clusterIndex) const |
pointer to a cluster in the collection | |
virtual const char * | GetCVS () 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 Attributes | |
vector< StPxlCluster > | mClusterVec [kNumberOfPxlSectors][kNumberOfPxlLaddersPerSector][kNumberOfPxlSensorsPerLadder] |
vectors to store clusters | |
Definition at line 39 of file StPxlClusterCollection.h.