23 ID_IT_MAP::const_iterator itPair =
m_Map.find(
id);
24 if(itPair!=
m_Map.end()){
26 b = (*itPair).second.first;
27 e = (*itPair).second.second;
DataModel_detail::const_iterator< DataVector > const_iterator
const_iterator end() const noexcept
std::pair< const_iterator, const_iterator > ITPAIR
iterator pair for begin and end
void getTT(const TT_ID &id, const_iterator &b, const_iterator &e) const
get the TriggerTower
void setTT(const TT_ID &id, const_iterator b, const_iterator e)
set the TriggerTower
ID_IT_MAP m_Map
ID to Iterator Map.