StRoot
1
|
Public Member Functions | |
int | id () const |
UChar_t | plane () const |
UChar_t | quadrant () const |
UChar_t | row () const |
UChar_t | orientation () const |
int | nStrips () const |
int | nPoints () const |
int | nRawHits () const |
int | nNeighbors () const |
float | sumAdc () const |
float | x () const |
float | sigma () const |
UShort_t | idTruth () const |
UShort_t | qaTruth () const |
void | setId (int cluid) |
void | setPlane (UChar_t plane) |
void | setQuadrant (UChar_t quad) |
void | setRow (UChar_t row) |
void | setOrientation (UChar_t) |
void | setNStrips (int numStrips) |
void | setSumAdc (int theSumAdc) |
void | setX (float x0) |
void | setSigma (float sigma) |
void | setIdTruth (UShort_t id) |
void | setQaTruth (UShort_t qa) |
StPtrVecFttRawHit & | rawHits () |
const StPtrVecFttRawHit & | rawHits () const |
void | addRawHit (StFttRawHit *p) |
void | addNeighbor (StFttCluster *neighbor) |
StPtrVecFttCluster & | neighbor () |
const StPtrVecFttCluster & | neighbor () const |
StPtrVecFttPoint & | points () |
const StPtrVecFttPoint & | points () const |
void | addPoint (StFttPoint *p) |
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 | |
Definition at line 13 of file StFttCluster.h.