Go to the source code of this file.
◆ __fPS2_integrand()
| double __fPS2_integrand |
( |
double |
x, |
|
|
void * |
p |
|
) |
| |
◆ __fS2_integrand()
| double __fS2_integrand |
( |
double |
x, |
|
|
void * |
p |
|
) |
| |
◆ gpseudoscalar2()
| double gpseudoscalar2 |
( |
double |
r | ) |
|
Definition at line 150 of file GeneralTHDMMatching.cpp.
156 gsl_integration_glfixed_table * w
157 = gsl_integration_glfixed_table_alloc(100);
161 F.params = reinterpret_cast<void *>(¶ms);
163 result = gsl_integration_glfixed (&F, 0, 1, w);
165 gsl_integration_glfixed_table_free (w);
◆ gscalar2()
| double gscalar2 |
( |
double |
r | ) |
|
Definition at line 130 of file GeneralTHDMMatching.cpp.
136 gsl_integration_glfixed_table * w
137 = gsl_integration_glfixed_table_alloc(100);
141 F.params = reinterpret_cast<void *>(¶ms);
143 result = gsl_integration_glfixed (&F, 0, 1, w);
145 gsl_integration_glfixed_table_free (w);