Problem 1332 - hidden cut in hadron elastic process
Summary: hidden cut in hadron elastic process
Status: RESOLVED WONTFIX
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/processes (show other problems)
Version: 9.5
Hardware: All All
: P5 trivial
Assignee: dennis.herbert.wright
URL:
Depends on:
Blocks:
 
Reported: 2012-07-01 13:20 CEST by michel.maire
Modified: 2012-07-04 02:37 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description michel.maire 2012-07-01 13:20:50 CEST
There is an hard coded cut in hadrElastic process : recoil nuclei is not generated below 1 keV
Consequences :
1- momentum conservation is broken
2- users cannot identify a specific nuclear channel
Comment 1 dennis.herbert.wright 2012-07-04 02:37:37 CEST
Except for neutrons, we have no hadronic models that are valid below 1 keV and so the initial projectile and target are simply returned with no interaction in that case.  As Vladimir mentions in the code for G4WHadronElasticProcess::PostStepDoIt, very low energies cause numerical problems.  

So, until we have very low energy models for particles other than neutrons, this is the best we can do.