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 9fab0d4 commit a1d5a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions validphys2/src/validphys/cuts/filters.yaml
Original file line number Diff line number Diff line change
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 a1d5a5a

Please sign in to comment.