GENIE-MC / Generator

The popular GENIE Generator product is used by nearly all accelerator neutrino experiments and it plays a key role in the exploitation of neutrino data. The Generator implements a modern software framework and it includes state-of-the-art physics modules. It captures the latest results of the GENIE global analysis of neutrino scattering data and includes several tunes that were produced using the proprietary Comparisons and Tuning products. The GENIE physics model is universal and comprehensive: It handles all neutrinos and targets, and all processes relevant from MeV to PeV energy scales. The Generator includes several tools (flux drivers, detector geometry navigators, specialized event generation apps, event reweighting engines) to simulate complex experimental setups in full detail and to support generator-related analysis tasks.
http://www.genie-mc.org
42 stars 92 forks source link

bugs fix hadronic #321

Closed narimarc closed 11 months ago

narimarc commented 1 year ago

Mother-daughter relationship issues segmentation fault related to missing pdgcode in genie_table.txt

mroda88 commented 1 year ago

That's a good start, thanks. Can you provide examples of event records? I think we want to see example of events in which 1, 2 and maybe even 3 particles are passed to the FSI. So we can compare with what we wrote in this https://github.com/GENIE-MC/Generator/pull/310

narimarc commented 1 year ago

Here are 3 sample of event record from nu_mu +C IMG_20230825_010235 IMG_20230825_010253 IMG_20230825_010324

mroda88 commented 12 months ago

Things are still wrong. In the first event you posted, particle 8 still has the wrong relations.

Plus all the nuclear remnants have the wrong mother. In the first event for example, it has mothers 3, 0. At the very least you want it to be 3, -1.

mroda88 commented 12 months ago

Also, what about the fix for the G4 charge?