|
BOSS 8.0.0
BESIII Offline Software System
|
#include <HoughTrackList.h>
Public Member Functions | |
| HoughTrackList () | |
| HoughTrackList (const HoughMap &houghMap) | |
| int | getTrackNum () const |
| HoughTrack & | getTrack (int i) |
| void | remove (HoughTrack *) |
| void | add (HoughTrack *track) |
Definition at line 9 of file HoughTrackList.h.
| HoughTrackList::HoughTrackList | ( | ) |
Definition at line 7 of file HoughTrackList.cxx.
| HoughTrackList::HoughTrackList | ( | const HoughMap & | houghMap | ) |
Definition at line 8 of file HoughTrackList.cxx.
| void HoughTrackList::add | ( | HoughTrack * | track | ) |
Definition at line 25 of file HoughTrackList.cxx.
|
inline |
Definition at line 14 of file HoughTrackList.h.
Referenced by MdcHoughFinder::execute().
|
inline |
Definition at line 13 of file HoughTrackList.h.
Referenced by MdcHoughFinder::execute().
| void HoughTrackList::remove | ( | HoughTrack * | track | ) |
Definition at line 12 of file HoughTrackList.cxx.