StRoot
1
|
Public Member Functions | |
StFpsSlat (int slatid, float mip) | |
int | slatId () const |
float | mip () const |
void | setSlatId (int) |
void | setMip (float) |
unsigned int | nPoint (int type) const |
StPtrVecFmsPoint & | point (int type) |
const StPtrVecFmsPoint & | point (int type) const |
void | addPoint (StFmsPoint *point, int type) |
void | print (int option=0) const |
![]() | |
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 | |
Protected Attributes | |
Int_t | mSlatId |
Float_t | mMip |
UInt_t | mNPoint [kFpsNCandidate+1] |
StPtrVecFmsPoint | mPoint1 |
0 for closest, 1/2/3 for 2nd/3rd/4th closest, 5 for either | |
StPtrVecFmsPoint | mPoint2 |
closest points | |
StPtrVecFmsPoint | mPoint3 |
2nd closest points | |
StPtrVecFmsPoint | mPoint4 |
3rd closest points | |
Definition at line 28 of file StFpsSlat.h.