#include <integration_contour.h>
Static Public Member Functions | |
| static double | nonsinglet (const partondistribution &f, double Q, double x, double u) |
| static vector_d | singlet (const partondistribution &s, const partondistribution &g, double Q, double x, double u) |
| static vector_d | singlet_with_qed (const partondistribution &Delta, const partondistribution &s, const partondistribution &g, const partondistribution &phot, const partondistribution &lept, double Q, double x, double u) |
This class provides some helper methods to perform numerically an inverse Mellin transform along a parabolic contour.
| double nonsinglet | ( | const partondistribution & | f, | |
| double | Q, | |||
| double | x, | |||
| double | u | |||
| ) | [static] |
This method returns
where
and
is the minimum of
on the real axis right to the rightmost pole.
| vector_d singlet | ( | const partondistribution & | s, | |
| const partondistribution & | g, | |||
| double | Q, | |||
| double | x, | |||
| double | u | |||
| ) | [static] |
Same as integration_contour::nonsinglet, but now for the singlet case.
| vector_d singlet_with_qed | ( | const partondistribution & | Delta, | |
| const partondistribution & | s, | |||
| const partondistribution & | g, | |||
| const partondistribution & | phot, | |||
| const partondistribution & | lept, | |||
| double | Q, | |||
| double | x, | |||
| double | u | |||
| ) | [static] |
Same as integration_contour::singlet, but now with the inclusion of QED effects.
1.6.2-20100208