Expand description
Module containing all traits and supporting structures for grids.
Structs§
- Grid
- Main data structure of
PineAPPL. This structure contains aSubgridfor eachLumiEntry, bin, and coupling order it was created with. - Grid
OptFlags - Bitflags for optimizing a
Grid. SeeGrid::optimize_using. - Ntuple
- This structure represents a position (
x1,x2,q2) in aSubgridtogether with a correspondingweight. The typeWcan either be af64or(), which is used when multiple weights should be signaled.
Enums§
- Grid
Error - Error returned when merging two grids fails.