From 1c61b17506ea7c261eb6703b5d8b5f3f4bec2a1d Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Wed, 10 Aug 2022 15:08:25 +0200 Subject: [PATCH] Python fix for LCG_97a --- examples/DDG4/scripts/Channeling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DDG4/scripts/Channeling.py b/examples/DDG4/scripts/Channeling.py index b86c7e3ea..41c6a45d2 100644 --- a/examples/DDG4/scripts/Channeling.py +++ b/examples/DDG4/scripts/Channeling.py @@ -91,7 +91,7 @@ def run(): # Now build the physics list: phys = geant4.setupPhysics('QGSP_BERT') ph = DDG4.PhysicsList(kernel, 'Channeling') - ph.addPhysicsConstructor('Geant4ChannelingPhysics') + ph.addPhysicsConstructor(str('Geant4ChannelingPhysics')) ph.enableUI() phys.adopt(ph) phys.dump() -- GitLab