7 #define RELATIVE_PRECISION 0.00001 //defined as precision = RELATIVE_PRECISION * scale, where scale = max{Ea, Eb} 8 #define ABSOLUTE_PRECISION 0.0 //absolute precision for mt2, unused by default 12 #define MIN_MASS 0.1 //if ma<MINMASS and mb<MINMASS, use massless code 13 #define ZERO_MASS 0.000 //give massless particles a small mass 24 void set_momenta(
double *pa0,
double *pb0,
double* pmiss0);
35 int nsols(
double Dsq);
37 inline int signchange_n(
long double t1,
long double t2,
long double t3,
long double t4,
long double t5);
38 inline int signchange_p(
long double t1,
long double t2,
long double t3,
long double t4,
long double t5);
54 double a1,
b1,
c1,
a2,
b2,
c2,
d1,
e1,
f1,
d2,
e2,
f2;
55 double d11,
e11,
f12,
f10,
d21,
d20,
e21,
e20,
f22,
f21,
f20;
int signchange_p(long double t1, long double t2, long double t3, long double t4, long double t5)
void set_momenta(double *pa0, double *pb0, double *pmiss0)
int nsols_massless(double Dsq)
int find_high(double &Deltasq_high)
int scan_high(double &Deltasq_high)
int signchange_n(long double t1, long double t2, long double t3, long double t4, long double t5)