Closed alecandido closed 2 years ago
Maybe this is fake, since "compound" might be applied by validphys
and not apfelcomb
, so we do not have to implement anything.
Without "maybe": these operations are only available after convoluting with a PDF, so they can not be implemented at the level of pineappl
.
Thus I close this issue.
Soon we'll have to make "compound" FkTables, and since the new
FkTable
format lies inpineappl
, then we have to add in here the support for the operations described in https://docs.nnpdf.science/data/th-data-files.html#compound-file-format, that are:NULL
:1 -> 1
trivial operationADD
:2 -> 1
sum bins in pairsSMT
:n -> 1
sum bins in groupsSMN
:4 -> 1
normalized sumASY
:2 -> 1
compute the asymmetry (difference over sum)COM
:2n -> 1
combination (sum of the first half over sum of the second)RATIO
:2 -> 1
ratio of the first over the secondAll the operations are done binwise.