GENIEGenerator
|
Fragmentation functions. More...
Functions | |
double | collins_spiller_func (double *x, double *par) |
The Collins-Spiller fragmentation function. More... | |
double | peterson_func (double *x, double *par) |
The Peterson fragmentation function. More... | |
Fragmentation functions.
double genie::utils::frgmfunc::collins_spiller_func | ( | double * | x, |
double * | par | ||
) |
The Collins-Spiller fragmentation function.
Definition at line 16 of file FragmentationFunctions.cxx.
Referenced by genie::CollinsSpillerFragm::BuildFunction().
double genie::utils::frgmfunc::peterson_func | ( | double * | x, |
double * | par | ||
) |
The Peterson fragmentation function.
Definition at line 28 of file FragmentationFunctions.cxx.
Referenced by genie::PetersonFragm::BuildFunction().