Properly Sample Lorentz Invariant Phase Space in Pion Production FSI #448
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The current pion production FSI model in GENIE intranuke hA samples the angle of the outgoing nucleon (theta3), the angle of the target nucleon (theta4), and the center-of-momentum outgoing nucleon energy (E3CM) uniformly.
This does not properly sample the lorentz invariant phase space. As is the case in general for spherical coordinates, the proper quantity to sample is cos(theta), not theta. Furthermore, to ensure Lorentz Invariance it is necessary to weight the sampled point by a product of the outgoing momenta (see https://pdg.lbl.gov/2021/reviews/rpp2021-rev-kinematics.pdf eq. 49.20).
I have also added the possibility to bias the outgoing momenta by exp(B*t), where B is a constant and t is the invariant mass of the 4-momentum transfer from the probe nucleon to the target-pion system. This feature enables the kinematics to be set as they are in INCL, which uses a bias of B = 6 GeV^-2 (see https://doi.org/10.1016/j.nuclphysa.2011.07.004 section 2.2). The bias is set to 0 by default, to maintain the default GENIE behavior.