mt2_bisect.h
Go to the documentation of this file.
5 /*The user can change the desired precision below, the larger one of the following two definitions is used. Relative precision less than 0.00001 is not guaranteed to be achievable--use with caution*/
7 #define RELATIVE_PRECISION 0.00001 //defined as precision = RELATIVE_PRECISION * scale, where scale = max{Ea, Eb}
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);
Definition: mt2_bisect.h:17 void set_momenta(double *pa0, double *pb0, double *pmiss0) Definition: mt2_bisect.cc:61 Generated on Tue Dec 9 2014 17:18:36 for AnalysisBase Documentation by 1.8.6 |