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 StLorentzVectorD & | 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 (StLorentzVectorD p4) |
StPtrVecFcsHit & | hits () |
const StPtrVecFcsHit & | hits () const |
void | addNeighbor (StFcsCluster *neighbor) |
StPtrVecFcsCluster & | neighbor () |
const StPtrVecFcsCluster & | neighbor () const |
StPtrVecFcsPoint & | points () |
const StPtrVecFcsPoint & | points () const |
void | addPoint (StFcsPoint *p) |
void | addPoint (StFcsPoint *p1, StFcsPoint *p2) |
StPtrVecFwdTrack & | tracks () |
const StPtrVecFwdTrack & | tracks () const |
void | addTrack (StFwdTrack *p) |
void | sortTrackByPT () |
void | print (Option_t *option="") 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 | |
Definition at line 31 of file StFcsCluster.h.