Properly Sample Lorentz Invariant Phase Space in Pion Production FSI#448
Open
gputnam wants to merge 3 commits intoGENIE-MC:masterfrom
Open
Properly Sample Lorentz Invariant Phase Space in Pion Production FSI#448gputnam wants to merge 3 commits intoGENIE-MC:masterfrom
gputnam wants to merge 3 commits intoGENIE-MC:masterfrom
Conversation
…ematics. Add in optional bias towards forward nucleon momentum.
Member
|
Thanks for catching this, @gputnam, much appreciated. I have a proposed change to the implementation to avoid relying on a hard-coded value for the 3-body phase space bias parameter. See my related PR on your fork for details. Otherwise, this looks good to me. |
XML-based configuration of the bias parameter.
Add configuration for biasing 3-body phase-space
sjgardiner
approved these changes
Sep 16, 2025
Member
sjgardiner
left a comment
There was a problem hiding this comment.
With the updates to allow configuration and avoid hard-coding, this looks good.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.