23 std::string help =
"Example: -n=200\n";
29 help =
"Run number assigned to the generated events; it is also the key looked up in the\n";
30 help +=
"-run_weights file. This is distinct from -runno, which selects the geometry/conditions\n";
31 help +=
"variation from the database, and from the Geant4 run id g4runno, set automatically.\n \n";
32 help +=
"Example: -run=12\n";
36 help =
"Text file with run number and their weights.\n \n";
39 "The text file must have two columns: run# and weight. The weight represents the ratio of events desired for a run number.\n";
41 help +=
"For example a \"weights.txt\" file that contains:\n \n";
47 help +=
"13 0.2\n \n";
49 help +=
"will simulate 10% of events with run number 11 conditions, 70% for run 12 and 20% for run 13.\n";
Public declaration of the Event Dispenser module command-line / configuration options.
constexpr const char * EVENTDISPENSER_LOGGER
Logger name used by this module when creating a GLogger through the base infrastructure.
#define UNINITIALIZEDSTRINGQUANTITY
Namespace containing the Event Dispenser module option definitions.
GOptions defineOptions()
Builds and returns the complete set of options supported by the Event Dispenser module.