Module pineappl::lumi

source ·
Expand description

Module for everything related to luminosity functions.

Structs§

  • A cache for evaluating PDFs. Methods like Grid::convolute accept instances of this struct instead of the PDFs themselves.
  • This structure represents an entry of a luminosity function. Each entry consists of a tuple, which contains, in the following order, the PDG id of the first incoming parton, then the PDG id of the second parton, and finally a numerical factor that will multiply the result for this specific combination.
  • Error type keeping information if LumiEntry::from_str went wrong.