[][src]Module pineappl::grid

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.

GridMergeError

Error returned when merging two grids fails.

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.

Order

Coupling powers for each grid.

SubgridParams

Subgrid creation parameters for subgrids that perform interpolation.

Traits

Subgrid

Trait each subgrid must implement.