Skip to content
Snippets Groups Projects
Unverified Commit f8c08767 authored by Dave Gaskell's avatar Dave Gaskell Committed by GitHub
Browse files

Merge pull request #34 from gaskelld/master

Tweak effective Delta width
parents 05780627 d238d22a
No related branches found
No related tags found
No related merge requests found
...@@ -573,7 +573,8 @@ c endif ...@@ -573,7 +573,8 @@ c endif
C DJG If doing Deltas final state for pion production, generate Delta mass C DJG If doing Deltas final state for pion production, generate Delta mass
if(which_pion.eq.2 .or. which_pion.eq.3) then if(which_pion.eq.2 .or. which_pion.eq.3) then
targ%Mrec_struck = Mdelta + 0.5*Delta_width*tan((2.*grnd()-1.)*pi/2.) c factor of 0.7265 to better match data (PB)
targ%Mrec_struck = Mdelta + 0.5*(0.7265)*Delta_width*tan((2.*grnd()-1.)*pi/2.)
endif endif
vertex%Pm = pfer !vertex%Em generated at beginning. vertex%Pm = pfer !vertex%Em generated at beginning.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment