Scroll to navigation

RIVET-MKHTML(1) User Commands RIVET-MKHTML(1)

NAME

rivet-mkhtml - Make web pages from histogram files written out by Rivet

SYNOPSIS

rivet-mkhtml [options] <aidafile1> [<aidafile2> <aidafile3>...]

DESCRIPTION

Make web pages from histogram files written out by Rivet. You can specify multiple Monte Carlo AIDA files to be compared in the same syntax as for compare-histos, i.e. including plotting options.

Reference data, analysis metadata, and plot style information should be found automatically (if not, set the RIVET_ANALYSIS_PATH or similar variables appropriately).

You can overwrite an existing output directory.

OPTIONS

show this help message and exit
directory for webpage output
title to be displayed on the main web page
plot config file(s) to be used with compare-histos.
display plots on single webpage.
don't draw a ratio plot under each main plot.
plot error bars.
ID of reference data set (file path for non-REF data)
request make-plots to use a specific number of threads.
use PDF as the vector plot format.
use PostScript as the vector plot format.
create booklet (currently only available for PDF with pdftk).
ignore unvalidated analyses.
ignore missing AIDA files.
only write out histograms from analyses whose name matches any of these regexes
Exclude histograms whose $path/$name string matches these regexes
Use Palatino as font (default).
Use Computer Modern as font.
Use Times as font.
Use Adobe Minion Pro as font. Note: You need to set TEXMFHOME first.
Add extra debug messages

AUTHOR

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

June 2012 Rivet