Datasets produced using Powheg's MiNNLO extension (e.g. [this one](https://cms-pdmv.cern.ch/grasp/samples?tags=ZplusJets&dataset=DYJetsToEE_M-50_massWgtFix_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos)) are tagged as `NLO PH+P8`. This should be NNLO. The culprit is to be found here: https://github.com/cms-PdmV/GrASP/blob/6e4389356b73fb91e48ecdc2bd791c69afa077b7/api/samples_api.py#L64-L65 A new special case for MiNNLO should to be added.
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
A new special case for MiNNLO should to be added.