EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fgp1.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file fgp1.f
1 C
2  FUNCTION fgp1(X)
3  common/pact/bb,b1,phi,z1
4  SAVE /pact/
5  common/hiparnt/hipr1(100),ihpr2(50),hint1(100),ihnt2(50)
6  SAVE /hiparnt/
7  EXTERNAL fgp2
8  phi=x
9  fgp1=2.0*gauss3(fgp2,0.0,hipr1(34),0.01)
10  RETURN
11  END