StRoot
1
|
Public Member Functions | |
StMuFgtCluster (Int_t centralStripGeoId=-1, Int_t firstStripAssociationIdx=-1, Int_t maxTimeBin=-1, Int_t maxAdc=-9999, Int_t numStrips=0, Float_t charge=0, Float_t chargeUncert=1000, Float_t r=0, Float_t errR=1e10, Float_t phi=0, Float_t errPhi=1e10, Float_t evenOddChargeAsy=-1) | |
StMuFgtCluster (const StFgtHit &fgtHit) | |
Int_t | getCentralStripGeoId () const |
Int_t | getFirstStripAssociationIndex () const |
Int_t | getMaxTimeBin () const |
Int_t | getMaxAdc () const |
Int_t | getNumStrips () const |
Float_t | getCharge () const |
Float_t | getChargeUncert () const |
Float_t | getR () const |
Float_t | getErrR () const |
Float_t | getPhi () const |
Float_t | getErrPhi () const |
Float_t | getEvenOddChargeAsy () const |
void | setCentralStripGeoId (Int_t geoId) |
void | setCharge (Float_t val) |
void | setChargeUncert (Float_t val) |
void | setR (Float_t val) |
void | setErrR (Float_t val) |
void | setPhi (Float_t val) |
void | setErrPhi (Float_t val) |
void | setEvenOddChargeAsy (Float_t val) |
void | setMaxTimeBin (Int_t val) |
void | setMaxAdc (Int_t val) |
void | setNumStrips (Int_t numStrips) |
void | setFirstStripAssociationIndex (Int_t idx) |
Definition at line 46 of file StMuFgtCluster.h.