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

Allow converters to manually set the hadronic initial states #123

Closed cschwan closed 2 years ago

cschwan commented 2 years ago

Both appl2pine and fnlo2pine assume that the hadronic initial states are protons, which isn't the case in general. With fastNLO we should be able to read out the information, but for APPLgrid this information is probably not present and has to set manually, before the grid is optimized.

cschwan commented 2 years ago

For appl2pine this is implemented in commit bc234fd3895f87770ce86c9e2f4177fa7203dfe7.

cschwan commented 2 years ago

For fastNLO this information is read out, so I'm closing this Issue.