Expand description
(Unofficial) Rust wrapper for the LHAPDF C++ library.
Structs§
- Lhapdf
Error - Error struct that wraps all exceptions thrown by the LHAPDF library.
- 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.
Constants§
- CL_
1_ SIGMA - CL percentage for a Gaussian 1-sigma.
Functions§
- available_
pdf_ sets - Get the names of all available PDF sets in the search path.
- 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
LhapdfError
.