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

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