Module pineappl::grid

source ·
Expand description

Module containing all traits and supporting structures for grids.

Structs§

  • EkoInfoDeprecated
    Extra information required to perform the conversion of a Grid to an FkTable using Grid::convolute_eko.
  • Main data structure of PineAPPL. This structure contains a Subgrid for each LumiEntry, bin, and coupling order it was created with.
  • GridAxesDeprecated
    Information required to calculate the evolution kernel operators (EKO) to perform a conversion of a Grid using Grid::convolute_eko to an FkTable.
  • Bitflags for optimizing a Grid. See Grid::optimize_using.
  • This structure represents a position (x1, x2, q2) in a Subgrid together with a corresponding weight. The type W can either be a f64 or (), which is used when multiple weights should be signaled.
  • Coupling powers for each grid.

Enums§

  • Error returned when merging two grids fails.