#include <TTUTrackingAlg.h>
Public Member Functions | |
bool | operator== (const Seed &rhs) |
Seed () | |
Seed (int _seId, int _stId, int _tl) | |
Seed (const Seed &_seed) | |
~Seed () | |
Public Attributes | |
int | m_sectorId |
int | m_stationId |
int | m_tkLength |
Definition at line 40 of file TTUTrackingAlg.h.
|
inline |
Definition at line 44 of file TTUTrackingAlg.h.
References m_sectorId, m_stationId, and m_tkLength.
Referenced by TTUTrackingAlg::Track::addnone().
|
inline |
|
inline |
Definition at line 52 of file TTUTrackingAlg.h.
|
inline |
|
inline |
int TTUTrackingAlg::Seed::m_sectorId |
Definition at line 65 of file TTUTrackingAlg.h.
Referenced by TTUTrackingAlg::findNeighbors(), operator==(), and Seed().
int TTUTrackingAlg::Seed::m_stationId |
Definition at line 68 of file TTUTrackingAlg.h.
Referenced by TTUTrackingAlg::findNeighbors(), operator==(), and Seed().
int TTUTrackingAlg::Seed::m_tkLength |
Definition at line 69 of file TTUTrackingAlg.h.
Referenced by Seed().