Skip to content
Snippets Groups Projects
Commit d238d22a authored by Dave Gaskell's avatar Dave Gaskell
Browse files

Tweak effective Delta width

parent 05780627
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