Enum-class to store strongly-typed PDF sets for MadGraph
CA configuration fragments.
Definition at line 5 of file MadGraphPDFSettings.py.
◆ get_pdf_set_from_enum()
| python.MadGraphPDFSettings.MadGraphPDFSets.get_pdf_set_from_enum |
( |
| self | ) |
|
Return a new PDF-setting dictionary for this preset.
Definition at line 11 of file MadGraphPDFSettings.py.
11 def get_pdf_set_from_enum(self):
12 """Return a new PDF-setting dictionary for this preset."""
13 if self is MadGraphPDFSets.NNPDF30NLOnf4:
14 return {
15
16 "central_pdf": 260400,
17 "pdf_variations": [260400, 93700],
18 "alternative_pdfs": [
19 266400,
20 265400,
21 261400,
22 28300,
23 27700,
24 320900,
25 320500,
26 334300,
27 334700,
28 13191,
29 25510,
30
31 ],
32 "scale_variations": [0.5, 1.0, 2.0],
33 }
34 raise ValueError(f"Unsupported MadGraphPDFSets value: {self}")
35
36
◆ NNPDF30NLOnf4
| str python.MadGraphPDFSettings.MadGraphPDFSets.NNPDF30NLOnf4 = "NNPDF30NLOnf4" |
|
static |
The documentation for this class was generated from the following file: