.. _Command line: #################### Command Line Options #################### The available command line options for Sherpa. .. option:: --run-data, -f Read settings from input file ````, see :REF:`RUNDATA`. This is deprecated, use positional arguments to specify input files instead, see :REF:`RUNDATA`. .. option:: --path, -p Read input file from path ````, see :REF:`PATH`. .. option:: --sherpa-lib-path, -L Set Sherpa library path to ````, see :REF:`SHERPA_CPP_PATH`. .. option:: --events, -e Set number of events to generate ````, see :REF:`param_EVENTS`. .. option:: --event-type, -t Set the event type to ````, see :ref:`EVENT_TYPE`. .. option:: --result-directory, -r Set the result directory to ````, see :REF:`RESULT_DIRECTORY`. .. option:: --random-seed, -R Set the seed of the random number generator to ````, see :REF:`RANDOM_SEED`. .. option:: --me-generators, -m Set the matrix element generator list to ````, see :REF:`ME_GENERATORS`. If you specify more than on generator, use the YAML sequence syntax, e.g. :option:`-m '[Amegic, Comix]'`. .. option:: --mi-handler, -M Set multiple interaction handler to ````, see :ref:`MI_HANDLER`. .. option:: --event-generation-mode, -w Set the event generation mode to ````, see :REF:`EVENT_GENERATION_MODE`. .. option:: --shower-generator, -s Set the parton shower generator to ````, see :REF:`SHOWER_GENERATOR`. .. option:: --fragmentation, -F Set the fragmentation module to ````, see :ref:`Fragmentation`. .. option:: --decay, -D Set the hadron decay module to ````, see :ref:`Hadron decays`. .. option:: --analysis, -a Set the analysis handler list to ````, see :REF:`ANALYSIS`. If you specify more than one analysis handler, use the YAML sequence syntax, e.g. :option:`-a '[Rivet, Internal]'`. .. option:: --analysis-output, -A Set the analysis output path to ````, see :REF:`ANALYSIS_OUTPUT`. .. option:: --output, -O Set general output level ````, see :ref:`OUTPUT`. .. option:: --event-output, -o Set output level for event generation ````, see :REF:`OUTPUT`. .. option:: --log-file, -l Set log file name ````, see :ref:`LOG_FILE`. .. option:: --disable-result-directory-generation, -g Do not create result directory, see :REF:`RESULT_DIRECTORY`. .. option:: --disable-batch-mode, -b Switch to non-batch mode, see :REF:`BATCH_MODE`. .. option:: --print-version-info, -V Print extended version information at startup. .. option:: --version, -v Print versioning information. .. option:: --help, -h Print a help message. .. option:: 'PARAMETER: Value' Set the value of a parameter, see :ref:`Parameters`. .. option:: 'Tags: {TAG: Value}' Set the value of a tag, see :ref:`Tags`.