Skip to content

Commit

Permalink
Fix mistake in exclusive pi0 cross section calculation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Gaskell committed Aug 15, 2024
1 parent 8c85e4c commit ad3f521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physics_pion.f
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ subroutine sigmaid(Ipi,q2,w,e0,costh,phi,sig0)
end

real*8 function sig_param_2021(thcm,phicm,t,q2,wsq,eps,
> which_pion,doing_pizero)
> which_pion,doing_pizero)
! April 2021 fit to exclusive pi+ and pi- data from
! fpi1, fpi2, CT, pt-SIDIS, CSV-SIDIS, and KLT
! q2, t, and wsq should be in gev**2
Expand Down Expand Up @@ -799,8 +799,8 @@ real*8 function sig_param_2021(thcm,phicm,t,q2,wsq,eps,
call exclfit(t,thcm,phicm,q2,
> wsq,eps,sigl,sigt,sigttv,sigltv,sigexcl3,pp,1.0)
endif
sig_param_2021 = sigexcl3
endif
sig_param_2021 = sigexcl3
return
end

Expand Down

0 comments on commit ad3f521

Please sign in to comment.