StRoot
1
|
Public Member Functions | |
const char * | pidName (int i) |
unsigned short | detectorId () const |
float | energy () const |
float | x () const |
float | y () const |
int | id () const |
StFmsCluster * | cluster () |
const StFmsCluster * | cluster () const |
int | parentClusterId () const |
int | nParentClusterPhotons () const |
const StThreeVectorF & | XYZ () const |
const StLorentzVectorF & | fourMomentum () const |
void | setDetectorId (unsigned short detector) |
void | setEnergy (float energy) |
void | setX (float xpos) |
void | setY (float ypos) |
void | setId (int phid) |
void | setCluster (StFmsCluster *cluster) |
void | setParentClusterId (int cluid) |
void | setNParentClusterPhotons (int nclph) |
void | setXYZ (const StThreeVectorF &p3) |
void | setFourMomentum (const StLorentzVectorF &p4) |
int | fpsPid () |
int | fpsNCandidate (int layer) |
float | fpsMip (int layer, int candidate=0) |
int | fpsSlatId (int layer, int candidate=0) |
float | fpsDistance (int layer, int candidate=0) |
void | setFpsPid (int v) |
void | setFps (int layer, float mip, int slatid, float dist) |
void | resetFps () |
void | orderFpsCandidates (int layer=0) |
void | print (int option=0) |
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 41 of file StFmsPoint.h.