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

Improve APPLgrid/fastNLO converters #113

Closed
cschwan opened this issue Feb 11, 2022 · 2 comments
Closed

Improve APPLgrid/fastNLO converters #113

cschwan opened this issue Feb 11, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cschwan
Copy link
Contributor

cschwan commented Feb 11, 2022

In some datasets several bins are combined together, something that isn't detected in ./appl2pine, see here: https://github.com/NNPDF/fktables/issues/17. This should be either detected automatically or the grid should be written out despite the failing tests.

Furthermore, we need an option to manually specify the alpha order of the process, which isn't stored in the grids.

@cschwan cschwan added the enhancement New feature or request label Feb 11, 2022
@cschwan cschwan added this to the v0.5.0 milestone Feb 11, 2022
@cschwan cschwan self-assigned this Feb 11, 2022
@cschwan cschwan removed this from the v0.5.0 milestone Feb 11, 2022
@cschwan cschwan added this to the v0.5.1 milestone Feb 21, 2022
@cschwan
Copy link
Contributor Author

cschwan commented Feb 23, 2022

Commit 4379f96 adds support for setting the power of alpha, which can be given as an optional third argument. If it's not given it's set to zero (old behaviour).

@cschwan
Copy link
Contributor Author

cschwan commented Feb 24, 2022

The combination of bins cannot reliably detected automatically, so we should do it manually in the one case where it is needed; with commit 424ff5e pineappl sum --bins=from-to <INPUT> <OUTPUT> can be used to do this.

@cschwan cschwan closed this as completed Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant