herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
Interfaces defined for the Herwig::SatPDF class.
Brief class description:
SatPDF is used to modify any given parton density for small values of x. That can be used to mimic saturation effects.
See also Herwig::SatPDF

Name: Exp
Type: Parameter

Description:
For x values below X0 the parametrisation: f(x) = f(x0) * (x/x0)**exp is used
Default value: 0
Minimum value: -10
Maximum value: 10

Name: X0
Type: Parameter

Description:
For x values below this one the parametrisation: f(x) = f(x0) * (x/x0)**exp is used
Default value: 0.0001
Minimum value: 0
Maximum value: 1

Name: PDF
Type: Reference to objects of class ThePEG::PDFBase

Description:
pointer to the pdf, which will be modified

There may be interfaces inherited from the ThePEG::PDFBase class.