Module grid

Source
Expand description

Module containing all traits and supporting structures for grids.

Structs§

Grid
Main data structure of PineAPPL. This structure contains a Subgrid for each LumiEntry, bin, and coupling order it was created with.
GridOptFlags
Bitflags for optimizing a Grid. See Grid::optimize_using.
Ntuple
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.

Enums§

GridError
Error returned when merging two grids fails.