From ca126d0b8f404939efd33e232a5925ff7eebacfc Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Thu, 22 Aug 2024 16:10:38 +0200 Subject: [PATCH] added seed also to fill_event --- bind/G4Calo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind/G4Calo.py b/bind/G4Calo.py index d8f5d4e..de6738c 100644 --- a/bind/G4Calo.py +++ b/bind/G4Calo.py @@ -381,7 +381,7 @@ def _fill_event(gd : GeometryDescriptor, from G4Calo import __G4System G4System = __G4System() - G4System.init(gd) + G4System.init(gd, 1) G4System.run_batch(1, particleSpec, energy, energy,"") return gd