Public Member Functions | |
bool | operator() (const Seed *a, const Seed *b) |
Definition at line 161 of file TTUTrackingAlg.h.
Definition at line 162 of file TTUTrackingAlg.h.
{ //std::cout << (*a).m_sectorId << " " << (*b).m_sectorId << " " //<< (*a).m_stationId << " " << (*b).m_stationId << std::endl; return ((*a).m_sectorId == (*b).m_sectorId ) && ((*a).m_stationId == (*b).m_stationId ); }