68 std::cout <<
" TrkId::operator<(const TrkId& other) const needs to be checked " << std::endl;
69 if(_value < other._value)
return true;
void setIdManager(TrkIdManager *idMan)
TrkIdManager * idManager() const
void setNewValue(const TrkId &)
bool operator<(const TrkId &) const
TrkId & operator=(const TrkId &)
TrkId(long idNo, TrkIdManager *idMan)