a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
SUSYMatching.cpp File Reference

Go to the source code of this file.

Classes

struct  __fPS_params
 

Functions

double __fPS_integ (double x, void *p)
 

Function Documentation

◆ __fPS_integ()

double __fPS_integ ( double  x,
void *  p 
)

Definition at line 6745 of file SUSYMatching.cpp.

6745 {
6746 __fPS_params &params= *reinterpret_cast<__fPS_params *>(p);
6747 double r = params.a*log(x*(1.-x)/params.a) / (x*(1.-x)-params.a);
6748 return r;
6749}