Herwig 7.3.0
|
Where the command line options are stored. More...
#include <herwigopts.h>
Public Attributes | |
const char * | help_help |
Print help and exit help description. | |
const char * | full_help_help |
Print help, including hidden options, and exit help description. | |
const char * | version_help |
Print version and exit help description. | |
long | numevents_arg |
Number of events to generate. | |
char * | numevents_orig |
Number of events to generate. | |
const char * | numevents_help |
Number of events to generate. | |
int | seed_arg |
The random number generator seed. | |
char * | seed_orig |
The random number generator seed. | |
const char * | seed_help |
The random number generator seed. | |
char * | tag_arg |
A tag to append to the run name. | |
char * | tag_orig |
A tag to append to the run name. | |
const char * | tag_help |
A tag to append to the run name. | |
int | debug_arg |
Set the ThePEG debug level. | |
char * | debug_orig |
Set the ThePEG debug level. | |
const char * | debug_help |
Set the ThePEG debug level. | |
int | debug_fpe_flag |
Enable floating point exceptions. | |
const char * | debug_fpe_help |
Enable floating point exceptions. | |
int | quiet_flag |
Disable event counter. | |
const char * | quiet_help |
Disable event counter. | |
int | jobs_arg |
Number of jobs to run in parallel. | |
char * | jobs_orig |
Number of jobs to run in parallel. | |
const char * | jobs_help |
Number of jobs to run in parallel. | |
char * | setupfile_arg |
An input file to modify run parameters. | |
char * | setupfile_orig |
An input file to modify run parameters. | |
const char * | setupfile_help |
An input file to modify run parameters. | |
char * | cachedir_arg |
Matchbox cache directory. | |
char * | cachedir_orig |
Matchbox cache directory. | |
const char * | cachedir_help |
Matchbox cache directory. | |
long | jobsize_arg |
The number of subprocesses to integrate per job (build only). | |
char * | jobsize_orig |
The number of subprocesses to integrate per job (build only). | |
const char * | jobsize_help |
The number of subprocesses to integrate per job (build only). | |
long | maxjobs_arg |
The maximum number of integration jobs to be created (build only). | |
char * | maxjobs_orig |
The maximum number of integration jobs to be created (build only). | |
const char * | maxjobs_help |
The maximum number of integration jobs to be created (build only). | |
char * | jobid_arg |
Integrate the given integration job. | |
char * | jobid_orig |
Integrate the given integration job. | |
const char * | jobid_help |
Integrate the given integration job. | |
char ** | append_read_arg |
Append a search path for the read command. | |
char ** | append_read_orig |
Append a search path for the read command. | |
unsigned int | append_read_min |
Append a search path for the read command. | |
unsigned int | append_read_max |
Append a search path for the read command. | |
const char * | append_read_help |
Append a search path for the read command. | |
char ** | prepend_read_arg |
Prepend a search path for the read command. | |
char ** | prepend_read_orig |
Prepend a search path for the read command. | |
unsigned int | prepend_read_min |
Prepend a search path for the read command. | |
unsigned int | prepend_read_max |
Prepend a search path for the read command. | |
const char * | prepend_read_help |
Prepend a search path for the read command. | |
char ** | append_arg |
Append a search path for dynamically loaded libraries. | |
char ** | append_orig |
Append a search path for dynamically loaded libraries. | |
unsigned int | append_min |
Append a search path for dynamically loaded libraries. | |
unsigned int | append_max |
Append a search path for dynamically loaded libraries. | |
const char * | append_help |
Append a search path for dynamically loaded libraries. | |
char ** | prepend_arg |
Prepend a search path for dynamically loaded libraries. | |
char ** | prepend_orig |
Prepend a search path for dynamically loaded libraries. | |
unsigned int | prepend_min |
Prepend a search path for dynamically loaded libraries. | |
unsigned int | prepend_max |
Prepend a search path for dynamically loaded libraries. | |
const char * | prepend_help |
Prepend a search path for dynamically loaded libraries. | |
char * | repo_arg |
Repository file to use. | |
char * | repo_orig |
Repository file to use. | |
const char * | repo_help |
Repository file to use. | |
int | noexitonerror_flag |
If set, ThePEG will not try to recover from failures, but will exit with a non-zero return code. | |
const char * | noexitonerror_help |
If set, ThePEG will not try to recover from failures, but will exit with a non-zero return code. | |
int | resume_flag |
Try to resume execution from an earlier interrupted run. | |
const char * | resume_help |
Try to resume execution from an earlier interrupted run. | |
unsigned int | help_given |
Whether help was given. | |
unsigned int | full_help_given |
Whether full-help was given. | |
unsigned int | version_given |
Whether version was given. | |
unsigned int | numevents_given |
Whether numevents was given. | |
unsigned int | seed_given |
Whether seed was given. | |
unsigned int | tag_given |
Whether tag was given. | |
unsigned int | debug_given |
Whether debug was given. | |
unsigned int | debug_fpe_given |
Whether debug-fpe was given. | |
unsigned int | quiet_given |
Whether quiet was given. | |
unsigned int | jobs_given |
Whether jobs was given. | |
unsigned int | setupfile_given |
Whether setupfile was given. | |
unsigned int | cachedir_given |
Whether cachedir was given. | |
unsigned int | jobsize_given |
Whether jobsize was given. | |
unsigned int | maxjobs_given |
Whether maxjobs was given. | |
unsigned int | jobid_given |
Whether jobid was given. | |
unsigned int | append_read_given |
Whether append-read was given. | |
unsigned int | prepend_read_given |
Whether prepend-read was given. | |
unsigned int | append_given |
Whether append was given. | |
unsigned int | prepend_given |
Whether prepend was given. | |
unsigned int | repo_given |
Whether repo was given. | |
unsigned int | noexitonerror_given |
Whether noexitonerror was given. | |
unsigned int | resume_given |
Whether resume was given. | |
char ** | inputs |
unnamed options (options without names) | |
unsigned | inputs_num |
unnamed options number | |
Where the command line options are stored.
Definition at line 42 of file herwigopts.h.
char** gengetopt_args_info::append_arg |
Append a search path for dynamically loaded libraries.
.
Definition at line 91 of file herwigopts.h.
unsigned int gengetopt_args_info::append_given |
const char* gengetopt_args_info::append_help |
Append a search path for dynamically loaded libraries.
help description.
Definition at line 95 of file herwigopts.h.
unsigned int gengetopt_args_info::append_max |
Append a search path for dynamically loaded libraries.
's maximum occurreces
Definition at line 94 of file herwigopts.h.
unsigned int gengetopt_args_info::append_min |
Append a search path for dynamically loaded libraries.
's minimum occurreces
Definition at line 93 of file herwigopts.h.
char** gengetopt_args_info::append_orig |
Append a search path for dynamically loaded libraries.
original value given at command line.
Definition at line 92 of file herwigopts.h.
char** gengetopt_args_info::append_read_arg |
unsigned int gengetopt_args_info::append_read_given |
const char* gengetopt_args_info::append_read_help |
Append a search path for the read command.
help description.
Definition at line 85 of file herwigopts.h.
unsigned int gengetopt_args_info::append_read_max |
Append a search path for the read command.
's maximum occurreces
Definition at line 84 of file herwigopts.h.
unsigned int gengetopt_args_info::append_read_min |
Append a search path for the read command.
's minimum occurreces
Definition at line 83 of file herwigopts.h.
char** gengetopt_args_info::append_read_orig |
Append a search path for the read command.
original value given at command line.
Definition at line 82 of file herwigopts.h.
char* gengetopt_args_info::cachedir_arg |
unsigned int gengetopt_args_info::cachedir_given |
const char* gengetopt_args_info::cachedir_help |
char* gengetopt_args_info::cachedir_orig |
Matchbox cache directory.
original value given at command line.
Definition at line 70 of file herwigopts.h.
int gengetopt_args_info::debug_arg |
int gengetopt_args_info::debug_fpe_flag |
unsigned int gengetopt_args_info::debug_fpe_given |
const char* gengetopt_args_info::debug_fpe_help |
unsigned int gengetopt_args_info::debug_given |
const char* gengetopt_args_info::debug_help |
char* gengetopt_args_info::debug_orig |
Set the ThePEG debug level.
original value given at command line.
Definition at line 57 of file herwigopts.h.
unsigned int gengetopt_args_info::full_help_given |
const char* gengetopt_args_info::full_help_help |
Print help, including hidden options, and exit help description.
Definition at line 45 of file herwigopts.h.
unsigned int gengetopt_args_info::help_given |
const char* gengetopt_args_info::help_help |
char** gengetopt_args_info::inputs |
unnamed options (options without names)
Definition at line 132 of file herwigopts.h.
unsigned gengetopt_args_info::inputs_num |
unnamed options number
Definition at line 133 of file herwigopts.h.
char* gengetopt_args_info::jobid_arg |
unsigned int gengetopt_args_info::jobid_given |
const char* gengetopt_args_info::jobid_help |
char* gengetopt_args_info::jobid_orig |
Integrate the given integration job.
original value given at command line.
Definition at line 79 of file herwigopts.h.
int gengetopt_args_info::jobs_arg |
unsigned int gengetopt_args_info::jobs_given |
const char* gengetopt_args_info::jobs_help |
char* gengetopt_args_info::jobs_orig |
Number of jobs to run in parallel.
original value given at command line.
Definition at line 64 of file herwigopts.h.
long gengetopt_args_info::jobsize_arg |
The number of subprocesses to integrate per job (build only).
.
Definition at line 72 of file herwigopts.h.
unsigned int gengetopt_args_info::jobsize_given |
const char* gengetopt_args_info::jobsize_help |
The number of subprocesses to integrate per job (build only).
help description.
Definition at line 74 of file herwigopts.h.
char* gengetopt_args_info::jobsize_orig |
The number of subprocesses to integrate per job (build only).
original value given at command line.
Definition at line 73 of file herwigopts.h.
long gengetopt_args_info::maxjobs_arg |
The maximum number of integration jobs to be created (build only).
.
Definition at line 75 of file herwigopts.h.
unsigned int gengetopt_args_info::maxjobs_given |
const char* gengetopt_args_info::maxjobs_help |
The maximum number of integration jobs to be created (build only).
help description.
Definition at line 77 of file herwigopts.h.
char* gengetopt_args_info::maxjobs_orig |
The maximum number of integration jobs to be created (build only).
original value given at command line.
Definition at line 76 of file herwigopts.h.
int gengetopt_args_info::noexitonerror_flag |
If set, ThePEG will not try to recover from failures, but will exit with a non-zero return code.
(default=off).
Definition at line 104 of file herwigopts.h.
unsigned int gengetopt_args_info::noexitonerror_given |
const char* gengetopt_args_info::noexitonerror_help |
If set, ThePEG will not try to recover from failures, but will exit with a non-zero return code.
help description.
Definition at line 105 of file herwigopts.h.
long gengetopt_args_info::numevents_arg |
unsigned int gengetopt_args_info::numevents_given |
const char* gengetopt_args_info::numevents_help |
char* gengetopt_args_info::numevents_orig |
Number of events to generate.
original value given at command line.
Definition at line 48 of file herwigopts.h.
char** gengetopt_args_info::prepend_arg |
Prepend a search path for dynamically loaded libraries.
.
Definition at line 96 of file herwigopts.h.
unsigned int gengetopt_args_info::prepend_given |
const char* gengetopt_args_info::prepend_help |
Prepend a search path for dynamically loaded libraries.
help description.
Definition at line 100 of file herwigopts.h.
unsigned int gengetopt_args_info::prepend_max |
Prepend a search path for dynamically loaded libraries.
's maximum occurreces
Definition at line 99 of file herwigopts.h.
unsigned int gengetopt_args_info::prepend_min |
Prepend a search path for dynamically loaded libraries.
's minimum occurreces
Definition at line 98 of file herwigopts.h.
char** gengetopt_args_info::prepend_orig |
Prepend a search path for dynamically loaded libraries.
original value given at command line.
Definition at line 97 of file herwigopts.h.
char** gengetopt_args_info::prepend_read_arg |
unsigned int gengetopt_args_info::prepend_read_given |
const char* gengetopt_args_info::prepend_read_help |
Prepend a search path for the read command.
help description.
Definition at line 90 of file herwigopts.h.
unsigned int gengetopt_args_info::prepend_read_max |
Prepend a search path for the read command.
's maximum occurreces
Definition at line 89 of file herwigopts.h.
unsigned int gengetopt_args_info::prepend_read_min |
Prepend a search path for the read command.
's minimum occurreces
Definition at line 88 of file herwigopts.h.
char** gengetopt_args_info::prepend_read_orig |
Prepend a search path for the read command.
original value given at command line.
Definition at line 87 of file herwigopts.h.
int gengetopt_args_info::quiet_flag |
unsigned int gengetopt_args_info::quiet_given |
const char* gengetopt_args_info::quiet_help |
char* gengetopt_args_info::repo_arg |
Repository file to use.
(default='HerwigDefaults.rpo').
Definition at line 101 of file herwigopts.h.
unsigned int gengetopt_args_info::repo_given |
const char* gengetopt_args_info::repo_help |
char* gengetopt_args_info::repo_orig |
Repository file to use.
original value given at command line.
Definition at line 102 of file herwigopts.h.
int gengetopt_args_info::resume_flag |
Try to resume execution from an earlier interrupted run.
(default=off).
Definition at line 106 of file herwigopts.h.
unsigned int gengetopt_args_info::resume_given |
const char* gengetopt_args_info::resume_help |
Try to resume execution from an earlier interrupted run.
help description.
Definition at line 107 of file herwigopts.h.
int gengetopt_args_info::seed_arg |
unsigned int gengetopt_args_info::seed_given |
const char* gengetopt_args_info::seed_help |
char* gengetopt_args_info::seed_orig |
The random number generator seed.
original value given at command line.
Definition at line 51 of file herwigopts.h.
char* gengetopt_args_info::setupfile_arg |
unsigned int gengetopt_args_info::setupfile_given |
const char* gengetopt_args_info::setupfile_help |
An input file to modify run parameters.
help description.
Definition at line 68 of file herwigopts.h.
char* gengetopt_args_info::setupfile_orig |
An input file to modify run parameters.
original value given at command line.
Definition at line 67 of file herwigopts.h.
char* gengetopt_args_info::tag_arg |
unsigned int gengetopt_args_info::tag_given |
const char* gengetopt_args_info::tag_help |
char* gengetopt_args_info::tag_orig |
A tag to append to the run name.
original value given at command line.
Definition at line 54 of file herwigopts.h.
unsigned int gengetopt_args_info::version_given |
const char* gengetopt_args_info::version_help |