[][src]Crate lhapdf

(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.

Functions

available_pdf_sets

Get the names of all available PDF sets in the search path.

lookup_pdf

Look up a PDF set name and member ID by the LHAPDF ID code. The set name and member ID are returned as a tuple in an Option. If lookup fails, None is returned.