gdetector
Loading...
Searching...
No Matches
gdetector Namespace Reference

Functions

GOptions defineOptions ()
 Builds the aggregated option set used by the gdetector module.
 

Function Documentation

◆ defineOptions()

GOptions gdetector::defineOptions ( )

Defines and returns the aggregated options for the gdetector module.

This is a thin composition layer that merges option groups defined by the dependent modules into a single returned object.

Returns
Aggregated options instance tagged with the gdetector logger name.

This function collects options from the gdetector module and from the submodules it depends on. The returned object is typically passed to a GOptions constructor so that command-line parsing and defaults are applied consistently.

Aggregated option sets currently include:

  • gsystem options (system/volume definitions and related configuration)
  • g4system options (Geant4-world construction helpers)
  • gdynamicdigitization options (digitization plugin loading/config)
  • gsensitivedetector options (SD configuration and conventions)
Returns
A populated GOptions object that contains all options used by this module.

Definition at line 28 of file gdetector_options.cc.