From 0644bd971af37755fd3be071390e3d398d2f7617 Mon Sep 17 00:00:00 2001 From: vvolkl <valentin.volkl@cern.ch> Date: Mon, 2 Mar 2020 14:20:48 +0100 Subject: [PATCH] Update docstring in DDG4/python/DDG4.py Co-Authored-By: Andre Sailer <andre.philippe.sailer@cern.ch> --- DDG4/python/DDG4.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/DDG4/python/DDG4.py b/DDG4/python/DDG4.py index 7a378348b..5817f9f81 100644 --- a/DDG4/python/DDG4.py +++ b/DDG4/python/DDG4.py @@ -714,11 +714,7 @@ class Geant4: return evt_lcio def setupEDM4hepOutput(self, name, output): - """ - Configure EDM4hep root output for the simulated events - - \author F.Gaede - """ + """Configure EDM4hep root output for the simulated events.""" evt_edm4hep = EventAction(self.kernel(), 'Geant4Output2EDM4hep/' + name, True) evt_edm4hep.Control = True evt_edm4hep.Output = output -- GitLab