Skip to content

Commit

Permalink
Update filter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
achiefa committed Dec 5, 2024
1 parent 1a4d730 commit fec31c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions validphys2/src/validphys/cuts/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
- 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"
Expand Down Expand Up @@ -271,15 +271,15 @@
thus the NLO calculation is unreliable.
PTO: NNLO-
local_variables:
M: sqrt(M2)
M: sqrt(m_Z2)
max_M: 200.0
rule: M <= max_M

- dataset: CMS_Z0_7TEV_DIMUON_2D
reason: Remove data points for which electroweak corrections are large.
PTO: NNLO-
local_variables:
M: sqrt(M2)
M: sqrt(m_Z2)
min_M: 30.0
max_rapidity: 2.2
rule: M >= min_M and y <= max_rapidity
Expand All @@ -288,7 +288,7 @@
reason: Remove data points for which electroweak corrections are large.
PTO: NNLO+
local_variables:
M: sqrt(M2)
M: sqrt(m_Z2)
max_rapidity: 2.2
max_M: 200.0
rule: M <= max_M and y <= max_rapidity
Expand Down

0 comments on commit fec31c7

Please sign in to comment.