Skip to content
  • Attila Krasznahorkay's avatar
    Fixed a logic error in xAOD::TEvent::fill(). · f6faa83a
    Attila Krasznahorkay authored
    The loop over TEvent::m_outputObjects was unsafe so far. Since the
    loop could add new elements to the container itself. Making the loop
    miss some elements of the container. See ATLASG-1555 for a longer
    description.
    f6faa83a