2 # ================================================================== 5 # Geant4 threading module 8 # ================================================================== 19 "generate events in a thread" 21 thread.start_new_thread(self.BeamOn, args)
23 G4RunManager.TBeamOn= _TBeamOn
def _TBeamOn(self, nevent)