Skip to content

Conversation

gputnam
Copy link

@gputnam gputnam commented Jun 11, 2025

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.

…ematics. Add in optional bias towards forward nucleon momentum.
@sjgardiner sjgardiner self-requested a review September 15, 2025 17:07
@sjgardiner
Copy link
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.

sjgardiner and others added 2 commits September 16, 2025 10:41
XML-based configuration of the bias parameter.
Add configuration for biasing 3-body phase-space
Copy link
Member

@sjgardiner sjgardiner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the updates to allow configuration and avoid hard-coding, this looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants