StRoot
1
|
Public Member Functions | |
StMuFgtStrip () | |
StMuFgtStrip (const StFgtStrip &other) | |
StMuFgtStrip & | operator= (const StFgtStrip &other) |
Int_t | getGeoId () const |
Int_t | getAdcStartIdx () const |
Short_t | getNumSavedTimeBins () const |
Short_t | getClusterSeedType () const |
Float_t | getCharge () const |
Float_t | getChargeUncert () const |
void | setGeoId (Int_t geoId) |
void | setAdcInfo (Int_t adcIdx, Short_t numAdc) |
void | setClusterSeedType (Short_t type) |
void | setCharge (Float_t charge) |
void | setChargeUncert (Float_t uncert) |
Protected Attributes | |
Int_t | mGeoId |
Int_t | mAdcStartIdx |
Short_t | mNumSavedTimeBins |
Short_t | mClusterSeedType |
Float_t | mCharge |
Float_t | mChargeUncert |
Definition at line 75 of file StMuFgtStrip.h.
StMuFgtStrip::StMuFgtStrip | ( | ) |
assert( kFgtNumTimeBins == kMuFgtNumTimeBins ); // fix the StFgtConsts.h file if this fails
Definition at line 56 of file StMuFgtStrip.cxx.