Infinite loop in LHEF reader
From Dirk Zerwas
the reader somehow gets hung up (like an infinite loop).
When we remove in the file everything from <HEADER> to </HEADER>
(with
sed -i '/<header>/,/<\/header>/{//!d}' unweighted_events.lhe)
the reader manages to read everything correctly (and efficiently).