Skip to content
Snippets Groups Projects
Commit 68c41c43 authored by Zach Marshall's avatar Zach Marshall Committed by Graeme Stewart
Browse files

Moving to new G4UI interface (Monopole-00-04-03)

	* Moving to new G4UI interface
	* Tagging: Monopole-00-04-03
parent a546d652
No related branches found
No related tags found
No related merge requests found
......@@ -51,14 +51,10 @@ SimFlags.EquationOfMotion = "MonopoleEquationOfMotion"
def load_monopole_lib():
from G4AtlasApps import AtlasG4Eng
AtlasG4Eng.G4Eng.load_Lib("Monopole")
#AtlasG4Eng.G4Eng.gbl.G4Commands().tracking.verbose(1)
SimFlags.initFunctions.add_function("preInitPhysics", load_monopole_lib)
#SimFlags.G4Commands += ['/tracking/verbose 1']
def setup_stepper_classicalrk4():
from G4AtlasApps import AtlasG4Eng
AtlasG4Eng.G4Eng._ctrl.fldMenu.UseStepper('ClassicalRK4')
AtlasG4Eng.G4Eng._ctrl.fldMenu.UseStepper('IDET::IDET','ClassicalRK4')
SimFlags.InitFunctions.add_function("postInit", setup_stepper_classicalrk4)
SimFlags.G4Stepper = 'ClassicalRK4'
def setup_hipkiller():
from G4AtlasApps import PyG4Atlas,AtlasG4Eng
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment