Scroll to navigation

RIVET(1) User Commands RIVET(1)

NAME

rivet - Robust Independent Validation of Experiment and Theory

SYNOPSIS

rivet [options] myfifo

OPTIONS

show program's version number and exit.
show this help message and exit.
set a log level in the Rivet library.
add an analysis to the processing list.
show the list of available analyses' names. With -v, it shows the descriptions, too.
list the analyses used by this command (after subtraction of inappropriate ones).
show the details of an analysis.
specify the analysis search path (cf. $RIVET_ANALYSIS_PATH).
append to the analysis search path (cf. $RIVET_ANALYSIS_PATH).
append the current directory (pwd) to the analysis search path (cf. $RIVET_ANALYSIS_PATH).
specify the output histo file path (default = Rivet.aida).
specify the signal process cross-section in pb.
restrict the max number of events to read.
give an optional run name, to be prepended as a 'top level directory' in histo paths.
Ignore input event beams when checking analysis compatibility.
max time in whole seconds to wait for an event to be generated from the specified source (default = 21600)
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).
[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.
print debug (very verbose) messages.
be very quiet.

EXAMPLES

mkfifo hepmc.fifo
my-generator -o myfifo &
rivet --analysis=ANALYSIS_NAME hepmc.fifo

ENVIRONMENT:

list of paths to be searched for plugin analysis libraries at runtime.
list of paths to be searched for reference data files.
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).

June 2012 Rivet