|
| PDFLIB () |
|
| PDFLIB (string config) |
|
virtual | ~PDFLIB () |
|
double | UpValence (double x, double Q2) const |
|
double | DownValence (double x, double Q2) const |
|
double | UpSea (double x, double Q2) const |
|
double | DownSea (double x, double Q2) const |
|
double | Strange (double x, double Q2) const |
|
double | Charm (double x, double Q2) const |
|
double | Bottom (double x, double Q2) const |
|
double | Top (double x, double Q2) const |
|
double | Gluon (double x, double Q2) const |
|
PDF_t | AllPDFs (double x, double Q2) const |
|
void | Configure (const Registry &config) |
| Configure the algorithm. More...
|
|
void | Configure (string config) |
| Configure the algorithm. More...
|
|
virtual | ~PDFModelI () |
|
virtual | ~Algorithm () |
|
virtual void | FindConfig (void) |
| Lookup configuration from the config pool. More...
|
|
virtual const Registry & | GetConfig (void) const |
| Get configuration registry. More...
|
|
Registry * | GetOwnedConfig (void) |
| Get a writeable version of an owned configuration Registry. More...
|
|
virtual const AlgId & | Id (void) const |
| Get algorithm ID. More...
|
|
virtual AlgStatus_t | GetStatus (void) const |
| Get algorithm status. More...
|
|
virtual bool | AllowReconfig (void) const |
|
virtual AlgCmp_t | Compare (const Algorithm *alg) const |
| Compare with input algorithm. More...
|
|
virtual void | SetId (const AlgId &id) |
| Set algorithm ID. More...
|
|
virtual void | SetId (string name, string config) |
|
const Algorithm * | SubAlg (const RgKey ®istry_key) const |
|
void | AdoptConfig (void) |
|
void | AdoptSubstructure (void) |
|
virtual void | Print (ostream &stream) const |
| Print algorithm info. More...
|
|
LHAPDF/PDFLIB library interface. Concrete implementation of the PDFModelI interface.
- Author
- Costas Andreopoulos <costas.andreopoulos stfc.ac.uk> University of Liverpool & STFC Rutherford Appleton Lab
June 06, 2004
Copyright (c) 2003-2017, GENIE Neutrino MC Generator Collaboration For the full text of the license visit http://copyright.genie-mc.org or see $GENIE/LICENSE
Definition at line 27 of file PDFLIB.h.