#include <TTUTrackingAlg.h>
Public Member Functions | |
void | add (Seed *sd) |
void | addnone () |
int | length () |
bool | operator< (const Track &rhs) |
Track () | |
Track (const Track &trk) | |
void | updateTrkLength () |
~Track () | |
Public Attributes | |
std::vector< Seed * > | m_seeds |
Private Attributes | |
int | m_tracklength |
Definition at line 73 of file TTUTrackingAlg.h.
|
inline |
Definition at line 77 of file TTUTrackingAlg.h.
|
inline |
Definition at line 78 of file TTUTrackingAlg.h.
|
inline |
|
inline |
Definition at line 89 of file TTUTrackingAlg.h.
Referenced by TTUTrackingAlg::executeTracker(), TTUTrackingAlg::process(), and counter.Counter::register().
|
inline |
Definition at line 94 of file TTUTrackingAlg.h.
References TTUTrackingAlg::Seed::Seed().
Referenced by TTUTrackingAlg::process().
|
inline |
Definition at line 108 of file TTUTrackingAlg.h.
|
inline |
|
inline |
std::vector<Seed*> TTUTrackingAlg::Track::m_seeds |
Definition at line 108 of file TTUTrackingAlg.h.
Referenced by TTUTrackingAlg::filter(), TTUTrackingAlg::ghostBuster(), and Track().
|
private |
Definition at line 114 of file TTUTrackingAlg.h.
Referenced by operator<(), and Track().