#include <GRV94M.h>
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interface. | |
Protected Member Functions | |
virtual void | setup (double l, Energy2 scale) const |
Setup the l and scale to be used in the following call to uv(), dv)=, etc. | |
virtual double | uv () const |
Return the value of the u valens density for the values previously given by setup(). | |
virtual double | dv () const |
Return the value of the d valens density for the values previously given by setup(). | |
virtual double | del () const |
Return the value of the difference between the u and d sea densities for the values previously given by setup(). | |
virtual double | udb () const |
Return the value of the average u and d sea densities for the values previously given by setup(). | |
virtual double | sb () const |
Return the value of the s density for the values previously given by setup(). | |
virtual double | cb () const |
Return the value of the c density for the values previously given by setup(). | |
virtual double | bb () const |
Return the value of the b density for the values previously given by setup(). | |
virtual double | gl () const |
Return the value of the gluon densities for the values previously given by setup(). | |
Clone Methods. | |
virtual IBPtr | clone () const |
Make a simple clone of this object. | |
virtual IBPtr | fullclone () const |
Make a clone of this object, possibly modifying the cloned object to make it sane. | |
Private Member Functions | |
Energy2 | mu2 () const |
Return the cutoff scale. | |
Energy2 | lam2 () const |
Return the square of used. | |
GRV94M & | operator= (const GRV94M &) |
Private and non-existent assignment operator. | |
Static Private Attributes | |
static NoPIOClassDescription < GRV94M > | initGRV94M |
Describe a concrete class without persistent data. |
Definition at line 24 of file GRV94M.h.
virtual IBPtr ThePEG::GRV94M::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
virtual IBPtr ThePEG::GRV94M::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.