StRoot
1
|
Public Member Functions | |
int | id () const |
unsigned short | detectorId () const |
int | category () const |
int | nTowers () const |
int | nNeighbor () const |
int | nPoints () const |
float | energy () const |
float | x () const |
float | y () const |
float | sigmaMax () const |
float | sigmaMin () const |
float | theta () const |
float | chi2Ndf1Photon () const |
float | chi2Ndf2Photon () const |
const TLorentzVector & | fourMomentum () const |
void | setId (int cluid) |
void | setDetectorId (unsigned short detector) |
void | setCategory (int catag) |
void | setNTowers (int numbTower) |
void | setEnergy (float energy) |
void | setX (float x0) |
void | setY (float y0) |
void | setSigmaMin (float sigmaMax) |
void | setSigmaMax (float sigmaMax) |
void | setTheta (float theta) |
void | setChi2Ndf1Photon (float chi2ndfph1) |
void | setChi2Ndf2Photon (float chi2ndfph2) |
void | setFourMomentum (TLorentzVector p4) |
TRefArray * | hits () |
const TRefArray * | hits () const |
void | addNeighbor (StMuFcsCluster *neighbor) |
TRefArray * | neighbor () |
const TRefArray * | neighbor () const |
TRefArray * | points () |
const TRefArray * | points () const |
void | addPoint (StMuFcsPoint *p) |
void | addPoint (StMuFcsPoint *p1, StMuFcsPoint *p2) |
void | print (Option_t *option="") const |
Definition at line 25 of file StMuFcsCluster.h.