Crate managed_lhapdf

Source
Expand description

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

Structs§

Pdf
Wrapper to an LHAPDF object of the type LHAPDF::PDF.
PdfSet
Class for PDF set metadata and manipulation.
PdfUncertainty
Structure for storage of uncertainty info calculated over a PDF error set.

Enums§

Error
Error struct that wraps all exceptions thrown by the LHAPDF library.

Constants§

CL_1_SIGMA
CL percentage for a Gaussian 1-sigma.

Functions§

lookup_pdf
Convert an LHAID to an LHAPDF set name and member ID.
set_verbosity
Convenient way to set the verbosity level.
verbosity
Convenient way to get the current verbosity level.

Type Aliases§

Result
Type definition for results with an Error.