21 std::pair<int, int>
key = std::make_pair(eventNr, bxNr);
32 for(LineMap::const_iterator it =
m_lines.begin() ; it !=
m_lines.end() ; ++it) {
33 out <<
"Event no: " << it->first.first << std::endl
34 <<
"Bx no : " << it->first.second << std::endl
37 it->second.print(out);
L1GtPatternLine & getLine(int eventNr, int bxNr)
LineMap::const_iterator begin() const
LineMap::const_iterator end() const
void print(std::ostream &out) const