Skip to content

Commit 1de353a

Browse files
authored
Merge pull request GENIE-MC#458 from idkakorin/master
Fix missing IsAboveThreshold check for single pion production.
2 parents aac9c58 + 0c35faa commit 1de353a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Framework/Interaction/KPhaseSpace.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ bool KPhaseSpace::IsAboveThreshold(void) const
311311
pi.IsDarkMatterDeepInelastic() ||
312312
pi.IsDiffractive() ||
313313
pi.IsSingleKaon() ||
314+
pi.IsSinglePion() ||
314315
pi.IsAMNuGamma())
315316
{
316317
E = init_state.ProbeE(kRfHitNucRest);

0 commit comments

Comments
 (0)