Closed alekssmolkovic closed 1 year ago
OK, this PR looks good and I think it could be merged. Now we just have to wait for the new version of parton
to be released, which includes PR https://github.com/DavidMStraub/parton/pull/8.
Released https://pypi.org/project/parton/
Thank you @DavidMStraub! I think this PR can be merged now.
This PR implements the high-mass Drell-Yan differential cross-section predictions and experimental data, as described in https://arxiv.org/abs/2212.10497.
The neutral ($pp \to \ell \ell$) and charged current ($pp \to \ell \nu$) DY cross-section predictions are implemented in
flavio/physics/dileptons/ppll.py
andflavio/physics/dileptons/pplnu.py
, respectively.The
NNPDF40_nnlo_as_01180
PDF set is (down)loaded inflavio/physics/dileptons/partondist.py
, relying on theparton
package, which is now also added to the required packages insetup.py
. The member id of the PDF replicas is defined to follow a discrete uniform distribution inflavio/data/parameters_uncorrelated.yml
with the central value set to0
. For this purpose the discrete uniform distribution is implemented asDiscreteUniformDistribution
inflavio/statistics/probability.py
.