Skip to content
Snippets Groups Projects

Make "process" a required input and configure pyconf functions globally once with user input

Merged Abhijit Mathad requested to merge AM_process into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@ class Options(DefaultOptions):
This class inherits from the default "GaudiConf.LbExec.Options".
This class also configures the following PyConf functions, where their keyword
arugments are globally bound to the user-specified values.
arguments are globally bound to the user-specified values.
This way users do not have to manually configure these functions themselves.
- upfont_decoder
- reconstruction
@@ -59,7 +59,7 @@ class Options(DefaultOptions):
def apply_binds(self):
"""
This function configures the following PyConf functions, where their keyword
arugments are globally bound to the user-specified values.
arguments are globally bound to the user-specified values.
This way users do not have to manually configure these functions themselves.
- upfont_decoder
- reconstruction
Loading