StRoot
1
|
Public Member Functions | |
StSsdStripList (const StSsdStripList &originalStripList) | |
StSsdStripList & | operator= (const StSsdStripList originalStripList) |
StSsdStrip * | next (StSsdStrip *ptr) |
StSsdStrip * | prev (StSsdStrip *ptr) |
StSsdStrip * | first () |
StSsdStrip * | last () |
StSsdStrip * | getStrip (Int_t idStrip) |
Int_t | addNewStrip (StSsdStrip *ptr) |
Int_t | removeStrip (StSsdStrip *ptr) |
void | exchangeTwoStrips (StSsdStrip *ptr1, StSsdStrip *ptr2) |
void | updateStrip (StSsdStrip *ptr) |
void | updateStripList (StSpaListNoise *ptr) |
void | sortStrip () |
StSsdStripList * | addStripList (StSsdStripList *list) |
void | setPedestalSigma (Int_t iStrip, Int_t iPedestal, Int_t iSigma, StSsdDynamicControl *dynamicControl) |
Int_t | getSize () |
int * | getListAdc (Int_t idStrip, Int_t SizeCluster) |
Int_t | isSorted () |
Definition at line 21 of file StSsdStripList.hh.