Skip to content
Snippets Groups Projects
Commit 63b614e6 authored by James Robinson's avatar James Robinson
Browse files

Updated specification of PDF lists

Former-commit-id: 9efa7421a65d5441f8abfafbf28c45964300243a
parent ed65ab95
No related merge requests found
......@@ -25,10 +25,11 @@ class PowhegRES(PowhegBase):
@property
def default_PDFs(self):
"""! Default PDFs for this process."""
return range(260000, 260101) # NNPDF30_nlo_as_0118 central with eigensets
+ [267000, 264000] # NNPDF30_nlo_as_0121 and NNPDF30_nlo_as_0115
+ [13100, 25100] # CT14nlo and MMHT2014nlo68cl
+ range(90400, 90433) # PDF4LHC15_nlo_30_pdfas with eigensets
__PDF_list = range(260000, 260101) # NNPDF30_nlo_as_0118 central with eigensets
__PDF_list += [267000, 264000] # NNPDF30_nlo_as_0121 and NNPDF30_nlo_as_0115
__PDF_list += [13100, 25100] # CT14nlo and MMHT2014nlo68cl
__PDF_list += range(90400, 90433) # PDF4LHC15_nlo_30_pdfas with eigensets
return __PDF_list
@property
def files_for_cleanup(self):
......
......@@ -23,10 +23,11 @@ class PowhegV2(PowhegBase):
@property
def default_PDFs(self):
"""! Default PDFs for this process."""
return range(260000, 260101) # NNPDF30_nlo_as_0118 central with eigensets
+ [267000, 264000] # NNPDF30_nlo_as_0121 and NNPDF30_nlo_as_0115
+ [13100, 25100] # CT14nlo and MMHT2014nlo68cl
+ range(90400, 90433) # PDF4LHC15_nlo_30_pdfas with eigensets
__PDF_list = range(260000, 260101) # NNPDF30_nlo_as_0118 central with eigensets
__PDF_list += [267000, 264000] # NNPDF30_nlo_as_0121 and NNPDF30_nlo_as_0115
__PDF_list += [13100, 25100] # CT14nlo and MMHT2014nlo68cl
__PDF_list += range(90400, 90433) # PDF4LHC15_nlo_30_pdfas with eigensets
return __PDF_list
@property
def files_for_cleanup(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment