StRoot
1
|
Public Member Functions | |
StSsdStrip (Int_t rNStrip, Int_t rDigitSig, Float_t rSigma, Int_t rPedestal) | |
StSsdStrip (Int_t rNStrip, Int_t rDigitSig, Float_t rSigma, Int_t rPedestal, Int_t *rMcHit, Int_t *rMcTrack) | |
StSsdStrip (Int_t rNStrip, Int_t rIdHit, Int_t rMcHit, Int_t rMcTrack, Float_t rAnalogSig) | |
StSsdStrip (Int_t rNStrip, Int_t rMcStrip, Int_t rDigitSig, Float_t rAnalogSig, Int_t *rIdMcHit, Int_t *rMcTrack) | |
StSsdStrip (Int_t rNStrip, Int_t rMcStrip, Int_t rDigitSig, Float_t rAnalogSig, Int_t *rIdMcHit) | |
StSsdStrip (Int_t rNStrip, Int_t rMcStrip, Float_t rAnalogSig) | |
StSsdStrip (Int_t rNStrip, Int_t rDigitSig) | |
void | setNStrip (Int_t rNStrip) |
void | setMcStrip (Int_t rMcStrip) |
void | setIdHit (Int_t rIdHit, Int_t iR) |
void | setIdMcHit (Int_t rIdMcHit, Int_t iR) |
void | setIdMcTrack (Int_t rIdMcTrack, Int_t iR) |
void | setDigitSig (Int_t rDigitSig) |
void | setNHits (Int_t rNHits) |
void | setAnalogSig (Float_t rAnalogSig) |
void | setPrevStrip (StSsdStrip *rPrevStrip) |
void | setNextStrip (StSsdStrip *rNextStrip) |
void | setSigma (Float_t rSigma) |
void | setPedestal (Int_t iPedestal) |
Int_t | getNStrip () |
Int_t | getMcStrip () |
Int_t | getIdHit (Int_t iR) |
Int_t | getIdMcHit (Int_t iR) |
Int_t | getIdMcTrack (Int_t iR) |
Int_t | getDigitSig () |
Int_t | getNHits () |
Float_t | getAnalogSig () |
StSsdStrip * | getPrevStrip () |
StSsdStrip * | getNextStrip () |
Float_t | getSigma () |
Int_t | getPedestal () |
void | copyTo (StSsdStrip *ptrClone) |
void | print () |
Definition at line 22 of file StSsdStrip.hh.