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);