Skip to content

Commit

Permalink
Add eta to process
Browse files Browse the repository at this point in the history
  • Loading branch information
achiefa authored Nov 12, 2024
1 parent 597a023 commit 0c6fa25
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 @@ -384,7 +384,7 @@ def _dybosonptrap_xq2map(kin_info):
DY_PT_RAP = _Process(
"DY_PT",
"DY W or Z (2 leptons) + j boson transverse momentum",
accepted_variables=(_Vars.pT, _Vars.m_W2, _Vars.m_Z2, _Vars.sqrts, _Vars.y, _Vars.m_ll2),
accepted_variables=(_Vars.pT, _Vars.m_W2, _Vars.m_Z2, _Vars.sqrts, _Vars.y, _Vars.eta, _Vars.m_ll2),
xq2map_function=_dybosonptrap_xq2map,
)

Expand Down

0 comments on commit 0c6fa25

Please sign in to comment.