Skip to content

Commit

Permalink
added abs_y var
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Dec 8, 2024
1 parent 9e81afa commit a75261d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions validphys2/src/validphys/process_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class _Vars:
Q2 = "Q2"
Q = "Q"
y = "y"
abs_y = "abs_y"
pT = "pT"
ET = "ET"
sqrts = "sqrts"
Expand Down Expand Up @@ -414,10 +415,13 @@ def _dymll_xq2map(kin_info):
"DY W or Z -> 2 leptons ",
accepted_variables=(
_Vars.y,
_Vars.abs_y,
_Vars.eta,
_Vars.m_W2,
_Vars.m_Z2,
_Vars.m_V2,
_Vars.m_ll,
_Vars.m_ll2,
_Vars.sqrts,
_Vars.abs_eta,
),
Expand Down

0 comments on commit a75261d

Please sign in to comment.