Skip to content

Commit

Permalink
renamed local variable of filter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Dec 7, 2024
1 parent d86c293 commit 69a33a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/cuts/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
- dataset: ATLAS_Z0_8TEV_LOWMASS_M-Y
reason: Avoid overlap with the high mass ATLAS2DDY8TEV dataset.
local_variables:
M: sqrt(M2)
M: sqrt(m_Z2)
max_M: 116.0
rule: M <= max_M

Expand Down

0 comments on commit 69a33a2

Please sign in to comment.