Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rivet-mkhtml(1) [debian man page]

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 syn- tax 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
-h, --help show this help message and exit -o OUTPUTDIR, --outputdir=OUTPUTDIR directory for webpage output -t TITLE, --title=TITLE title to be displayed on the main web page -c CONFIGFILES, --config=CONFIGFILES plot config file(s) to be used with compare-histos. -s, --single display plots on single webpage. --no-ratio don't draw a ratio plot under each main plot. --mc-errs plot error bars. --refid=REF_ID ID of reference data set (file path for non-REF data) -n NUMTHREADS, --num-threads=NUMTHREADS request make-plots to use a specific number of threads. --pdf use PDF as the vector plot format. --ps use PostScript as the vector plot format. --booklet create booklet (currently only available for PDF with pdftk). -i, --ignore-unvalidated ignore unvalidated analyses. --ignore-missing ignore missing AIDA files. -m PATHPATTERNS, --match=PATHPATTERNS only write out histograms from analyses whose name matches any of these regexes -M PATHUNPATTERNS, --unmatch=PATHUNPATTERNS Exclude histograms whose $path/$name string matches these regexes --palatino Use Palatino as font (default). --cm Use Computer Modern as font. --times Use Times as font. --minion Use Adobe Minion Pro as font. Note: You need to set TEXMFHOME first. -v, --verbose 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). Rivet June 2012 RIVET-MKHTML(1)

Check Out this Related Man Page

AIDA2FLAT(1)							   User Commands						      AIDA2FLAT(1)

NAME
aida2flat - Convert AIDA data files to a flat format SYNOPSIS
aida2flat [options] aidafile [aidafile2 ...] DESCRIPTION
Convert AIDA data files to a flat format which is more human-readable then the XML (and by default also plottable directly using make-plots). The output is by default written out to standard output unless the --split, --smart-output, --gnuplot, or --output options are specified. When specifying either input or output filenames, a '-' is used to refer to stdin or stdout as appropriate. Histograms can also be filtered by AIDA path, using the -m or -M options for a positive or negative regex pattern patch respectively. OPTIONS
-h, --help show this help message and exit -o OUTPUT, --output=OUTPUT Write all histos to a single output file, rather than the default writing to stdout. stdout can be explicitly specified by setting '-' as the output filename. This option will be disregarded if --split, --smart-output, or --gnuplot is specified. -s, --split Write each histo to a separate output file, with names based on the histo path -S, --smart-output Write to output files with names based on the corresponding input filename. This option will be disregarded if --split is specified. -g, --gnuplot Provide output suitable for Gnuplot's 'plot "foo.dat" with xye'. This option implies --split and will override --output or --smart-output --plotinfodir=PLOTINFODIR directory which may contain plot header information -m PATHPATTERNS, --match=PATHPATTERNS Only write out histograms whose $path/$name string matches these regexes -M PATHUNPATTERNS, --unmatch=PATHUNPATTERNS Exclude histograms whose $path/$name string matches these regexes AUTHOR
This manual page was written by Lifeng Sun <lifongsun@gmail.com> for the Debian system (but may be used by others). Rivet June 2012 AIDA2FLAT(1)
Man Page