|
eventDispenser
|
Namespace containing the Event Dispenser module option definitions.
Functions | |
| GOptions | defineOptions () |
| Builds and returns the complete set of options supported by the Event Dispenser module. | |
Variables | |
| constexpr int | ERR_EVENTDISTRIBUTIONFILENOTFOUND = 701 |
| Run-weight file could not be opened/read. | |
| GOptions eventDispenser::defineOptions | ( | ) |
The returned GOptions object:
This function is intended to be used during application startup to initialize GOptions, typically by passing the returned object into the GOptions constructor that parses argc/ argv.
GOptions instance containing all option definitions for this module. Definition at line 18 of file eventDispenser_options.cc.
|
inlineconstexpr |
Emitted when the user provided a run-weight filename but the file cannot be opened.
Definition at line 17 of file eventDispenserConventions.h.