Blob Blame History Raw
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.39.4.
.TH LHAPDF-GETDATA "1" "May 2011" "lhapdf-getdata" "User Commands"
.SH NAME
lhapdf-getdata \- Get PDF sets from the LHAPDF repository
.SH SYNOPSIS
.B lhapdf-getdata
[\fI--main\fR] [\fI--all\fR] [\fI--repo=URL\fR] [\fI--dest=DEST\fR] [\fI--dryrun\fR]
<name|number> [<name|number> ...]
.SH DESCRIPTION
.IP
.PP
Grab PDF grid and param files from the LHAPDF repository and install
them into the local LHAPDF data directory.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-repo\fR=\fIURL\fR
Base URL of online sets repository
(http://www.hepforge.org/archive/lhapdf/pdfsets/current)
.TP
\fB\-\-dest\fR=\fIDEST\fR
PDF sets directory to install to (/usr/share/lhapdf/PDFsets)
.TP
\fB\-\-all\fR
Get ALL sets (this will be hundreds of megabytes... be
careful!)
.TP
\fB\-\-list\fR
Just list available files
.TP
\fB\-\-force\fR
Overwrite existing files
.TP
\fB\-\-dryrun\fR
Don't actually do any downloading
.TP
\fB\-Q\fR, \fB\-\-quiet\fR
Suppress normal messages
.TP
\fB\-V\fR, \fB\-\-verbose\fR
Add extra debug messages
.SH EXAMPLES
.TP
Show all available sets:
lhapdf\-getdata \fB\-\-list\fR
.TP
Get all NNPDF PDFs with pattern matching:
lhapdf\-getdata NNPDF
.TP
Get CTEQ6L1, CTEQ66, MRST\-S LO* and LO** PDFs with pattern matching:
lhapdf\-getdata CTEQ6ll CTEQ66 lomod MCal
.TP
Get MSTW2008 68% confidence PDF by full name:
lhapdf\-getdata MSTW2008lo68cl.LHgrid
.TP
See how much downloading would be involved in getting all PDF sets:
lhapdf\-getdata \fB\-\-all\fR \fB\-\-dryrun\fR
.TP
I'm hardcore, give me the whole collection:
lhapdf\-getdata \fB\-\-all\fR
.SH AUTHOR
This manual page was written by Lifeng Sun <lifongsun@gmail.com> for the Debian system (but may be used by others).