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 renormalization scale dependent rescaling of (sub)grids #218

Closed cschwan closed 1 year ago

cschwan commented 1 year ago

This possible using Subgrid::indexed_iter() or #222.

alecandido commented 1 year ago

I would say that is possible only using #222, since indexed_iter() is not mutable.

Of course, if you have a mutable subgrid you can iterate over it and replace its content by direct access. But, in principle, this is also possible without indexed_iter(), using a subgrid-type specific iteration (access and mutation is still subgrid-type specific).