You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better support to treat events from HepMC event files (multi-timeframe case)
Some users give existing .hepmc files to the event generator.
So far, this was problematic because separate timeframes will
read from the same file and due to a lack of synchronization, each
timeframe read the same events.
This is now fixed. Whenever an hepmc event file is given
as input to O2DPG-MC, we make sure that timeframes read from the HepMC
file incrementally. This is achieved through:
- sequentially producing events for timeframes
- communication of the number processed from one timeframe to the next
(via HepMCEventSkip.json file).
(cherry picked from commit 74684c5)
0 commit comments