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 2819 of file SUSYMatching.cpp.

2819  {
2820  __fPS_params &params= *reinterpret_cast<__fPS_params *>(p);
2821  double r = params.a*log(x*(1.-x)/params.a) / (x*(1.-x)-params.a);
2822  return r;
2823 }
gslpp::log
complex log(const complex &z)
Definition: gslpp_complex.cpp:342
__fPS_params::a
double a
Definition: SUSYMatching.cpp:2816
__fPS_params
Definition: SUSYMatching.cpp:2815