|
|
void | initPDFsetM (int &nSet, string name) |
| | Initialize set with full pathname, allowing multiple sets.
|
| |
|
void | initPDFsetByNameM (int &nSet, string name) |
| | Initialize set with simple name, allowing multiple sets.
|
| |
|
void | initPDFM (int &nSet, int member) |
| | Initialize member of set.
|
| |
|
void | evolvePDFM (int &nSet, double x, double Q, double *xfArray) |
| | Evaluate x f_i(x, Q).
|
| |
|
void | evolvePDFpM (int &nSet, double x, double Q, double P2, double IP2, double *xfArray) |
| | Evaluate x f_i(x, Q) for photon beams.
|
| |
|
void | evolvePDFPHOTONM (int &nSet, double x, double Q, double *xfArray, double &xPhoton) |
| | Evaluate x f_i(x, Q) including photon.
|
| |
|
void | setPDFparm (string name) |
| | Extrapolate PDF set beyond boundaries, or freeze them there.
|
| |
| int | findNSet (string setName, int member) |
| |
|
int | freeNSet () |
| | Method to return the lowest non-occupied nSet number.
|
| |
Map the f77 routines to C++.