eventDispenser
Loading...
Searching...
No Matches
eventDispenser Namespace Reference

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.
 

Function Documentation

◆ defineOptions()

GOptions eventDispenser::defineOptions ( )

The returned GOptions object:

  • Defines Event Dispenser specific options (e.g. number of events, run number, run-weight file).
  • Appends options required by dependent modules (e.g. dynamic digitization).

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.

Returns
A GOptions instance containing all option definitions for this module.

Definition at line 18 of file eventDispenser_options.cc.