EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
omg0.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file omg0.f
1 C
2 C
3 C
4  FUNCTION omg0(X)
5  common/hiparnt/hipr1(100),ihpr2(50),hint1(100),ihnt2(50)
6  SAVE /hiparnt/
7  COMMON /besel/x4
8  SAVE /besel/
9  EXTERNAL bk
10  x4=hipr1(32)*sqrt(x)
11  omg0=hipr1(32)**2*gauss2(bk,x4,x4+20.0,0.01)/96.0
12  RETURN
13  END