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