13 #include "Stl3Util/base/FtfLog.h"
30 const float toDeg =57.29577951F ;
31 const float pi =3.141592654F ;
32 const float twoPi =2.F*pi ;
33 const float piHalf = 0.5 * pi ;
34 const double bFactor = 0.0029979 ;
40 #define seta(r,z) (float)(3.0F * (z) / (fabs(z)+2.0F*(r)))
41 #define reta(eta,r) ((2.F*(r)*eta / ( 3 - fabs(eta)) ))
42 #define sgn(a) (float)( ( (a) > 0 ) ? (1) :(-1) )
43 #define square(a) (float)( (a) * (a) )