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