EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fnkick.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file fnkick.f
1 C
2 C
3 C
4  FUNCTION fnkick(X)
5  common/hiparnt/hipr1(100),ihpr2(50),hint1(100),ihnt2(50)
6  SAVE /hiparnt/
7  fnkick=1.0/(x+hipr1(19)**2)/(x+hipr1(20)**2)
8  & /(1+exp((sqrt(x)-hipr1(20))/0.4))
9  RETURN
10  END