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