dbselect
Loading...
Searching...
No Matches
dbselect Namespace Reference

Namespace containing dbselect module functions.

Functions

GOptions defineOptions ()
 Define and return the option set used by the dbselect module.
 

Function Documentation

◆ defineOptions()

GOptions dbselect::defineOptions ( )

The returned GOptions instance:

Usage pattern:

  • Construct a GOptions instance from argc/argv using the returned definition.
  • Pass the resulting shared options object to DBSelectView and detector construction.
Returns
A fully initialized option definition object for dbselect usage.

Definition at line 8 of file dbselect_options.cc.