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