Among all the datasets used in the fit, only the NUTEV experiment uses m_proton in the definition of the kinematics. In 49fd46e, m_nucleon is only written into the .info files for the CDHSW, CHARM, and CHORUS experiments, and for the rests m_proton is used. The following PR dumps the actual values of m_nucleon into the .info files (apart from the NUTEV).
Since, so far, the information on the m_nucleon/m_proton is only used by Yadism during the generation of the coefficients in the cross sections, this does not change anything. However, this would be important when implementing the W cuts.
For the record, here are again the comparisons with the experimental data, making sure that everything is still consistent. We should write regression tests based on these results/numbers.
Among all the datasets used in the fit, only the
NUTEV
experiment usesm_proton
in the definition of the kinematics. In 49fd46e,m_nucleon
is only written into the.info
files for theCDHSW
,CHARM
, andCHORUS
experiments, and for the restsm_proton
is used. The following PR dumps the actual values ofm_nucleon
into the.info
files (apart from theNUTEV
).Since, so far, the information on the
m_nucleon/m_proton
is only used byYadism
during the generation of the coefficients in the cross sections, this does not change anything. However, this would be important when implementing theW
cuts.