EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
flap1.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file flap1.f
1 C
2 C
3  FUNCTION flap1(X)
4  common/pact/bb,b1,phi,z1
5  SAVE /pact/
6  r=sqrt(bb**2+x**2)
7  flap1=wdsax1(r)
8  RETURN
9  END