Skip to content

Fix content of HepMC event

Andrii Verbytskyi requested to merge (removed):fixcontent into master

Fix content of HepMC event:

    1. CASCADE produces in the HEPEVT event record empty spaces, i.e. particles with all properties 0 Those are ignored in HepMC3, but in HepMC2 those are added to the event record. In principle that is not a problem, as e.g. Rivet will ignore them as well, so that is more or less just cosmetics. This problem is not specific to the new implementation of HepMC interface.
    1. Set beam particles for HepMC3 explicitly.

Best regards, Andrii

Tag @jung

Merge request reports