Skip to content
Snippets Groups Projects
Commit 06c92724 authored by giacomomagni's avatar giacomomagni
Browse files

small trick to make test passing

parent 2ab020af
Branches
No related tags found
1 merge request!1816Polarised DIS and DY Commondata
......@@ -32,6 +32,7 @@ class _Vars:
m_ttBar = "m_ttBar"
eta = "eta"
m_W2 = "m_W2"
extra_0 = "extra_0"
class _KinematicsInformation:
......@@ -219,7 +220,7 @@ def _dywboson_xq2map(kin_dict):
DIS = _Process(
"DIS",
"Deep Inelastic Scattering",
accepted_variables=(_Vars.x, _Vars.Q2, _Vars.y, _Vars.Q),
accepted_variables=(_Vars.x, _Vars.Q2, _Vars.y, _Vars.Q, _Vars.extra_0),
xq2map_function=_dis_xq2map,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment