Crate lhapdf

source ·
Expand description

(Unofficial) Rust wrapper for the LHAPDF C++ library.

Structs

  • Error struct that wraps all exceptions thrown by the LHAPDF library.
  • Wrapper to an LHAPDF object of the type LHAPDF::PDF.
  • Class for PDF set metadata and manipulation.
  • Structure for storage of uncertainty info calculated over a PDF error set.

Constants

Functions

  • Get the names of all available PDF sets in the search path.
  • Convert an LHAID to an LHAPDF set name and member ID.
  • Convenient way to set the verbosity level.
  • Convenient way to get the current verbosity level.

Type Aliases