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