StRoot
1
|
Public Member Functions | |
int | id () const |
UChar_t | plane () const |
UChar_t | quadrant () 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 | 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) |
TRefArray * | rawHits () |
const TRefArray * | rawHits () const |
void | addRawHit (StMuFttRawHit *p) |
void | addNeighbor (StMuFttCluster *neighbor) |
TRefArray * | neighbor () |
const TRefArray * | neighbor () const |
TRefArray * | points () |
const TRefArray * | points () const |
void | addPoint (StMuFttPoint *p) |
void | set (StFttCluster *clu) |
Definition at line 12 of file StMuFttCluster.h.