Skip to content

Converter: propagate original GenRunInfo for events after the first #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Aug 7, 2025

Fixes: #19

@kkauder
Copy link
Contributor

kkauder commented Aug 7, 2025

Interesting. In the past, I have used

    GenEvent hepmc3evt( HepMC3::Units::GEV, HepMC3::Units::CM );
...
    GenCrossSectionPtr xsec = std::make_shared<GenCrossSection>();
    xsec->set_cross_section( crossSection, crossSectionError);
    hepmc3evt.set_cross_section(xsec);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Converting afterburned hepmc3 into hepmc3.tree.root File
2 participants