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

Improve convolution output #61

Closed cschwan closed 3 years ago

cschwan commented 3 years ago

In the output of a few subcommands, for instance convolute, there are two columns shown, integ and diff. This is confusing and we should always consistently show the differential cross section and provide a switch that shows the integrated (instead of the differential) cross sections.

cschwan commented 3 years ago

If the left and right observables for bins are the same, we shouldn't print both of them. One suffices. I'm not going to implement this for the time being, it's unclear what the benefits are (except saving space).

cschwan commented 3 years ago

Implement in commit 3f915ee6654e248fd3e2f8eb952c4faedda0fd84: this shows only the differential cross sections, or the integrated ones when the switch -i or --integrated is given.