Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powheg + MiNNLO samples are not understood correctly #129

Open
lmoureaux opened this issue Aug 15, 2022 · 0 comments
Open

Powheg + MiNNLO samples are not understood correctly #129

lmoureaux opened this issue Aug 15, 2022 · 0 comments

Comments

@lmoureaux
Copy link
Contributor

Datasets produced using Powheg's MiNNLO extension (e.g. this one) are tagged as NLO PH+P8. This should be NNLO.

The culprit is to be found here:

GrASP/api/samples_api.py

Lines 64 to 65 in 6e43893

elif 'powheg' in name and 'pythia8' in name:
short_name += ' NLO PH+P8'

A new special case for MiNNLO should to be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant