Skip to content

Commit

Permalink
Added eta back as an accepted variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ecole41 committed Dec 6, 2024
1 parent 34c6c03 commit 82428f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/process_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def _dybosonpt_xq2map(kin_dict):
DY_2L = _Process(
"DY_2L",
"DY W or Z -> 2 leptons ",
accepted_variables=(_Vars.y, _Vars.abs_eta, _Vars.m_W2, _Vars.m_Z2, _Vars.sqrts),
accepted_variables=(_Vars.y, _Vars.eta, _Vars.abs_eta, _Vars.m_W2, _Vars.m_Z2, _Vars.sqrts),
xq2map_function=_dyboson_xq2map,
)

Expand Down

0 comments on commit 82428f9

Please sign in to comment.