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