StRoot
1
|
Public Member Functions | |
unsigned short | detectorId () const |
int | category () const |
int | nTowers () const |
int | nPhotons () const |
float | energy () const |
float | x () const |
float | y () const |
float | sigmaMax () const |
float | sigmaMin () const |
float | chi2Ndf1Photon () const |
float | chi2Ndf2Photon () const |
int | id () const |
const StLorentzVectorF & | fourMomentum () const |
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 | setChi2Ndf1Photon (float chi2ndfph1) |
void | setChi2Ndf2Photon (float chi2ndfph2) |
void | setId (float cluid) |
void | setFourMomentum (StLorentzVectorF p4) |
StPtrVecFmsHit & | hits () |
const StPtrVecFmsHit & | hits () const |
StPtrVecFmsPoint & | points () |
const StPtrVecFmsPoint & | points () const |
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 34 of file StFmsCluster.h.