Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rivet(1) [debian man page]

RIVET(1)							   User Commands							  RIVET(1)

NAME
rivet - Robust Independent Validation of Experiment and Theory SYNOPSIS
rivet [options] myfifo OPTIONS
--version show program's version number and exit. -h, --help show this help message and exit. -l NATIVE_LOG_STRS set a log level in the Rivet library. -a ANA, --analysis=ANA add an analysis to the processing list. --list-analyses show the list of available analyses' names. With -v, it shows the descriptions, too. --list-used-analyses list the analyses used by this command (after subtraction of inappropriate ones). --show-analysis=SHOW_ANALYSES, --show-analyses=SHOW_ANALYSES show the details of an analysis. --analysis-path=PATH specify the analysis search path (cf. $RIVET_ANALYSIS_PATH). --analysis-path-append=PATH append to the analysis search path (cf. $RIVET_ANALYSIS_PATH). --pwd append the current directory (pwd) to the analysis search path (cf. $RIVET_ANALYSIS_PATH). -H HISTOFILE, --histo-file=HISTOFILE specify the output histo file path (default = Rivet.aida). -x XS, --cross-section=XS specify the signal process cross-section in pb. -n NUM, --nevts=NUM restrict the max number of events to read. --runname=NAME give an optional run name, to be prepended as a 'top level directory' in histo paths. --ignore-beams Ignore input event beams when checking analysis compatibility. --event-timeout=NSECS max time in whole seconds to wait for an event to be generated from the specified source (default = 21600) --run-timeout=NSECS max time in whole seconds to wait for the run to finish. This can be useful on batch systems such as the LCG Grid where tokens expire on a fixed wall-clock and can render long Rivet runs unable to write out the final histogram file (default = unlimited). --histo-interval=HISTO_WRITE_INTERVAL [experimental!] specify the number of events between histogram file updates. Default is to only write out at the end of the run. Note that intermediate histograms will be those from the analyze step only: analysis finalizing is currently not executed until the end of the run. -v, --verbose print debug (very verbose) messages. -q, --quiet be very quiet. EXAMPLES
mkfifo hepmc.fifo my-generator -o myfifo & rivet --analysis=ANALYSIS_NAME hepmc.fifo ENVIRONMENT
: RIVET_ANALYSIS_PATH list of paths to be searched for plugin analysis libraries at runtime. RIVET_REF_PATH list of paths to be searched for reference data files. RIVET_INFO_PATH list of paths to be searched for analysis metadata files. 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(1)

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