diff --git a/Phys/DaVinci/python/DaVinci/LbExec.py b/Phys/DaVinci/python/DaVinci/LbExec.py index f2929435761885687ad4cccd890253625dd28047..85276dfea840f5a1b1c0ba5bdc66080ef6f62cb4 100644 --- a/Phys/DaVinci/python/DaVinci/LbExec.py +++ b/Phys/DaVinci/python/DaVinci/LbExec.py @@ -57,6 +57,17 @@ class Options(DefaultOptions): @contextmanager def apply_binds(self): + """ + This function configures the following PyConf functions, where their keyword + arugments are globally bound to the user-specified values. + This way users do not have to manually configure these functions themselves. + - upfont_decoder + - reconstruction + - get_tes_root + - get_odin + - get_hlt_reports + - get_mc_track_info + """ upfront_decoder.global_bind(process=self.process) reconstruction.global_bind(process=self.process) get_mc_track_info.global_bind(process=self.process)