mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 09:04:17 +00:00
1e71925b95
This documents: * The existence of the `lhapdf` package (not particularly important) * The existence of the `lhapdf.pdf_sets` attrset (important) * The setup hook used in all of the entries in `lhapdf.pdf_sets` (slightly important) Part of #341479.
12 lines
590 B
Markdown
12 lines
590 B
Markdown
# LHAPDF {#lhapdf}
|
|
|
|
[LHAPDF](https://lhapdf.hepforge.org/) is a tool for evaluating parton distribution functions (PDFs) in high-energy physics. LHAPDF is available in the `lhapdf` package.
|
|
|
|
## PDF sets {#lhapdf-sets}
|
|
|
|
All of [the PDF sets made available by the LHAPDF project](https://lhapdf.hepforge.org/pdfsets.html) are available through the `lhapdf.pdf_sets` attrset.
|
|
|
|
### Setup hook {#lhapdf-sets-hook}
|
|
|
|
Each package provided in the `lhapdf.pdf_sets` attrset contains a setup hook which adds itself to [the `LHAPDF_DATA_PATH` environment variable](https://lhapdf.hepforge.org/#sets).
|