Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lhapdf-getdata(1) [debian man page]

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
-h, --help show this help message and exit --repo=URL Base URL of online sets repository (http://www.hepforge.org/archive/lhapdf/pdfsets/current) --dest=DEST PDF sets directory to install to (/usr/share/lhapdf/PDFsets) --all Get ALL sets (this will be hundreds of megabytes... be careful!) --list Just list available files --force Overwrite existing files --dryrun Don't actually do any downloading -Q, --quiet Suppress normal messages -V, --verbose Add extra debug messages EXAMPLES
Show all available sets: lhapdf-getdata --list Get all NNPDF PDFs with pattern matching: lhapdf-getdata NNPDF Get CTEQ6L1, CTEQ66, MRST-S LO* and LO** PDFs with pattern matching: lhapdf-getdata CTEQ6ll CTEQ66 lomod MCal Get MSTW2008 68% confidence PDF by full name: lhapdf-getdata MSTW2008lo68cl.LHgrid See how much downloading would be involved in getting all PDF sets: lhapdf-getdata --all --dryrun I'm hardcore, give me the whole collection: 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). lhapdf-getdata May 2011 LHAPDF-GETDATA(1)

Check Out this Related Man Page

gd_frameoffset64(3)						      GETDATA						       gd_frameoffset64(3)

NAME
gd_frameoffset64, gd_alter_frameoffset64 -- report or change the frame offset of fields in a dirfile, with largefile support SYNOPSIS
#define _LARGEFILE64_SOURCE #include <getdata.h> off64_t gd_frameoffset(DIRFILE *dirfile, int fragment_index); int gd_alter_frameoffset64(DIRFILE *dirfile, off64_t offset, int fragment_index, int move); DESCRIPTION
These version of gd_frameoffset(3) and gd_alter_frameoffset(3) use a 64-bit offset type, even if off_t is a 32-bit type. They are only available if the caller defines _LARGEFILE64_SOURCE before including getdata.h. If off_t is a 64-bit type (i.e. if _FILE_OFFSET_BITS is defined to be 64), these function will be called gd_frameoffset() and gd_al- ter_frameoffset(). Otherwise, gd_frameoffset() and gd_alter_frameoffset() will be versions of these functions which use a 32-bit off_t. SEE ALSO
gd_alter_frameoffset(3), gd_frameoffset(3), feature_test_macros(7) Version 0.7.0 16 July 2010 gd_frameoffset64(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Ocr

Is there any open-source software that OCRs PDFs? (2 Replies)
Discussion started by: CRGreathouse
2 Replies

2. What is on Your Mind?

Do You Own a Kindle?

The Kindle 3 is making headlines as Amazon's #1 bestseller. According to Amazon: Do you own a Kindle? What do you think about them? (43 Replies)
Discussion started by: Neo
43 Replies

3. UNIX for Dummies Questions & Answers

New to Forum & Sun Surefire V210 Access

Purchased a Sun Surefire V210 Server off eBay. Unable to Access the Terminal Mode via the Terminal MGT. Using Windows 7 home, and downloaded the ConEmu. The ConEmu brings up a Command line on the PC, and that's it. Being new to all this, I was expecting a Login prompt to pop up. Read the... (22 Replies)
Discussion started by: screenprintr
22 Replies

4. What is on Your Mind?

Multics Systems Programmers Manual as of 1969-04-01, comprising 996 PDF Files

While working on my current "UNIX history project" I ran across this: Jerry Saltzer created an online scanned copy of the Multics Systems Programmers' Manual (MSPM) in this directory. Based on the 1969-04-01 MSPM, the repo comprising 996 PDF files. In order to help preserver the MSPM, ... (1 Reply)
Discussion started by: Neo
1 Replies