Scroll to navigation

LHAPDF-GETDATA(1) User Commands LHAPDF-GETDATA(1)

NAME

lhapdf-getdata - Get PDF sets from the LHAPDF repository

SYNOPSIS

lhapdf-getdata [--main] [--all] [--repo=URL] [--dest=DEST] [--dryrun] <name|number> [<name|number> ...]

DESCRIPTION

Grab PDF grid and param files from the LHAPDF repository and install them into the local LHAPDF data directory.

OPTIONS

show this help message and exit
Base URL of online sets repository (http://www.hepforge.org/archive/lhapdf/pdfsets/current)
PDF sets directory to install to (/usr/share/lhapdf/PDFsets)
Get ALL sets (this will be hundreds of megabytes... be careful!)
Just list available files
Overwrite existing files
Don't actually do any downloading
Suppress normal messages
Add extra debug messages

EXAMPLES

lhapdf-getdata --list
lhapdf-getdata NNPDF
lhapdf-getdata CTEQ6ll CTEQ66 lomod MCal
lhapdf-getdata MSTW2008lo68cl.LHgrid
lhapdf-getdata --all --dryrun
lhapdf-getdata --all

AUTHOR

This manual page was written by Lifeng Sun <lifongsun@gmail.com> for the Debian system (but may be used by others).

May 2011 lhapdf-getdata