Skip to content

Commit

Permalink
Sync tH changes with JHUGen
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavis36 committed Jan 21, 2022
1 parent 7473fda commit 7defd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MELA/fortran/mod_THiggs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ subroutine ubhtdamp(p1,p2,e3,k3,k4,e4,p5,za,zb,s,mdecay,amp)

om1 = ghz1/2d0 ! this should be proper a1,a2,a3
om2 = ghz2
om3 = ghz3 * (-1d0) ! correct buggy minus sign in Raoul's code
om3 = ghz4 * (-1d0) ! correct buggy minus sign in Raoul's code


ampw(1) = + om3 * ( - 1d0/2d0*za(p5,p2)*za(e4,p1)*zb(p1,p2)*&
Expand Down

0 comments on commit 7defd91

Please sign in to comment.