7 real*8 function cupsilon(electron, mag)
11 #include "Zmagfield.h" 17 bsin = cgetbsin(electron, mag)
19 cupsilon = electron%fm%p(4) /electron%mass * bsin/bcr
25 real*8 function cegcrit(e, upsilon)
32 cegcrit = e * 3. * upsilon/(2. + 3.*upsilon)
38 real*8 function cy2zeta(y, upsilon)
43 cy2zeta = y/ (2. + 3.*upsilon*(1. - y))
48 real*8 function cx2zeta(x, upsilon)
53 cx2zeta = x *(1. + x)/(3.*upsilon)
real *8 function cx2zeta(x, upsilon)
real *8 function cy2zeta(y, upsilon)
real *8 function cupsilon(electron, mag)
real *8 function cegcrit(e, upsilon)