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