StRoot
1
|
Public Member Functions | |
StSstPointList (const StSstPointList &originalPointList) | |
StSstPointList & | operator= (const StSstPointList originalPointList) |
StSstPoint * | next (StSstPoint *ptr) |
StSstPoint * | prev (StSstPoint *ptr) |
StSstPoint * | first () |
StSstPoint * | last () |
Int_t | getSize () |
Int_t | addNewPoint (StSstPoint *ptr) |
Int_t | removePoint (StSstPoint *ptr) |
void | exchangeTwoPoints (StSstPoint *ptr1, StSstPoint *ptr2) |
StSstPointList * | addPointList (StSstPointList *list) |
StSstPointList * | substractPointList (StSstPointList *list) |
StSstPointList * | removeMultipleCount () |
StSstPointList * | sortPoint () |
Int_t | renumHits (Int_t last) |
Definition at line 18 of file StSstPointList.hh.