Skip to content

Commit

Permalink
added shifts to theory and cut to filter.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed May 7, 2024
1 parent 2e22b0c commit 9f7b54f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
8 changes: 8 additions & 0 deletions validphys2/src/validphys/cuts/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f7b54f

Please sign in to comment.