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