NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
12 stars 3 forks source link

Convert log grids in the importer #171

Closed cschwan closed 1 year ago

cschwan commented 2 years ago

I just realized that even if there are grids that enable us to vary the scales they aren't converted in the PineAPPL CLI importer. The changes needed should be minimal, but this should be done in a timely fashion, of course.

cschwan commented 2 years ago

This seems to be only missing for fastNLO tables.

cschwan commented 1 year ago

Implemented in commit 49f79d029ffe1c19b0eba1c197de146ff12abca7. I tested the code with the ATLAS 7 TeV dijet grid for the scale variation (2, 2).

cschwan commented 1 year ago

In general the importer should perform a test of scale variation whenever possible and whenever they are available.

cschwan commented 1 year ago

Commit 3a1060d348f35f7368614514ee8dfe007c72efd8 changes the importer to also check the scale-variation grids, if there are any. I modified the existing checks in the CI to cover these changes.