23 std::string help =
"Example: -n=200\n";
28 help =
"Not to be confused with the geant4 run number - g4runno is set automatically \n \n";
29 help +=
"Example: -run=12\n";
33 help =
"Text file with run number and their weights.\n \n";
36 "The text file must have two columns: run# and weight. The weight represents the ratio of events desired for a run number.\n";
38 help +=
"For example a \"weights.txt\" file that contains:\n \n";
44 help +=
"13 0.2\n \n";
46 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.