EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fgp2.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file fgp2.f
1 C
2  FUNCTION fgp2(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 fgp3
8  z1=x
9  fgp2=2.0*gauss4(fgp3,0.0,hipr1(35),0.01)
10  RETURN
11  END