From 5d0e264b2f40034c3352f4fe53a6253b51b09e87 Mon Sep 17 00:00:00 2001 From: amathad <amathad@cern.ch> Date: Tue, 11 Oct 2022 17:08:37 +0200 Subject: [PATCH] add docstring --- Phys/DaVinci/python/DaVinci/LbExec.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Phys/DaVinci/python/DaVinci/LbExec.py b/Phys/DaVinci/python/DaVinci/LbExec.py index f29294357..85276dfea 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) -- GitLab