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