| Summary: | G4ParticleHPEnAngCorrelation why argument anEnergy is regenerated? | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | osipenko |
| Component: | processes/hadronic/models/neutron_hp | Assignee: | dennis.herbert.wright |
| Status: | RESOLVED WONTFIX | ||
| Severity: | minor | CC: | dennis.herbert.wright |
| Priority: | P4 | ||
| Version: | 10.3 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
osipenko
2017-04-04 17:56:49 CEST
This is a redundant generation of energy for use in multithreaded operation. The main reason we do it is to prevent non-reproducibility of random seeds in long runs. It is possible that it actually does nothing, but we keep it for safety. |