| Summary: | momentum non conservation in particle_hp elastic | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Artem Zontikov <zontikov.a> |
| Component: | processes/hadronic/models/neutron_hp | Assignee: | dennis.herbert.wright |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | dennis.herbert.wright |
| Priority: | P5 | ||
| Version: | 10.2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
bug report
bug report 2 bug report 3 |
||
I forgot to transform theTarget momentum from the reaction plane back to LAB and therefore overcomplicated the situation. G4ParticleHPElasticFS has nothing to do with the results, and the whole problem is caused by G4HadronElasticProcess. Magnitude of the momentum vector is conserved but the direction is not. Here is the revised calculations. Created attachment 428 [details]
bug report 2
Created attachment 429 [details]
bug report 3
Fixed in version 10.5 by using correct Lorentz frame transformations for scattering from nucleus with thermal motion. |
Created attachment 427 [details] bug report attached