Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

compare-histos(1) [debian man page]

COMPARE-HISTOS(1)						   User Commands						 COMPARE-HISTOS(1)

NAME
compare-histos - generate comparison histograms SYNOPSIS
compare-histos [options] aidafile1[:'PlotOption1=Value':'PlotOption2=Value'] [aidafile2 ...] OPTIONS
-h, --help show this help message and exit -R, --rivet-refs use Rivet reference data files (default) --no-rivet-refs don't use Rivet reference data files -o OUTDIR, --outdir=OUTDIR write data files into this directory --hier-out write output dat files into a directory hierarchy which matches the analysis paths --plotinfodir=PLOTINFODIR directory which may contain plot header information (in addition to standard Rivet search paths) --no-rmgapbins disable attempting to remove 'gap' bins from MC histos when they don't appear in the ref file --refid=REF_ID ID of reference data set (file path for non-REF data) --linear plot with linear scale --logarithmic plot with logarithmic scale (default behaviour) --mc-errs show vertical error bars on the MC lines --no-ratio disable the ratio plot --rel-ratio show the ratio plots scaled to the ref error --abs-ratio show the ratio plots with an absolute scale --no-plottitle don't show the plot title on the plot (useful when the plot description should only be given in a caption) --style=STYLE change plotting style: default|bw|talk -c CONFIGFILES, --config=CONFIGFILES additional plot config file(s). Settings will be included in the output configuration. --show-single=SHOW_SINGLE control if a plot file is made if there is only one dataset to be plotted [default=mc]. If the value is 'no', single plots are always skipped, for 'ref' and 'mc', the plot will be written only if the single plot is a reference plot or an MC plot respectively, and 'all' will always create single plot files. The 'ref' and 'all' values should be used with great care, as they will also write out plot files for all reference histograms without MC traces: combined with the -R /--rivet-refs flag, this is a great way to write out several thousand irrelevant reference data histograms! --show-mc-only, --all make a plot file even if there is only one dataset to be plotted and it is an MC one. Deprecated and will be removed: use --show-single instead, which overrides this. -m PATHPATTERNS, --match=PATHPATTERNS Only write out histograms whose $path/$name string matches these regexes. The argument may also be a text file. -M PATHUNPATTERNS, --unmatch=PATHUNPATTERNS Exclude histograms whose $path/$name string matches these regexes -q, --quiet Suppress normal messages -v, --verbose Add extra debug messages The plot options are described in the make-plots manual in the HISTOGRAM section. 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 COMPARE-HISTOS(1)

Check Out this Related 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)
Man Page