diff --git a/nnpdf_data/nnpdf_data/new_commondata/ATLAS_Z0J_13TEV_PT/metadata.yaml b/nnpdf_data/nnpdf_data/new_commondata/ATLAS_Z0J_13TEV_PT/metadata.yaml index 90e59a1f90..2757a4696e 100644 --- a/nnpdf_data/nnpdf_data/new_commondata/ATLAS_Z0J_13TEV_PT/metadata.yaml +++ b/nnpdf_data/nnpdf_data/new_commondata/ATLAS_Z0J_13TEV_PT/metadata.yaml @@ -51,11 +51,12 @@ implemented_observables: data_central: data.yaml data_uncertainties: - uncertainties.yaml - # Theory theory: + shifts: + ATLAS_Z0J_13TEV_PT_LL.NNLO.pT: 9 FK_tables: - - - ATLAS_Z0J_13TEV_PTLL - - - ATLAS_Z0_13TEV_PTLL_TOT - operation: 'null' + - - ATLAS_Z0J_13TEV_PT_LL.NLO.pT + - - ATLAS_Z0J_13TEV_TOT.NLO.cross + operation: 'ratio' diff --git a/validphys2/src/validphys/cuts/filters.yaml b/validphys2/src/validphys/cuts/filters.yaml index 60f1b2b6e9..25498342a9 100644 --- a/validphys2/src/validphys/cuts/filters.yaml +++ b/validphys2/src/validphys/cuts/filters.yaml @@ -236,6 +236,14 @@ reason: Avoid the region where EWK corrections are important. rule: "p_T2 <= 150**2" +- dataset: ATLAS_Z0J_13TEV_PT_LL + reason: Avoid the region where resummation effects become important. + rule: "pT >= 30" + +- dataset: ATLAS_Z0J_13TEV_PT_LL + reason: Avoid the large pT region where the statistics are not very good. + rule: "pT <= 600" + - dataset: CMS_Z0J_8TEV_PT-Y reason: Avoid the region where resummation effects become important. rule: "p_T2 >= 30**2"