Skip to content
Snippets Groups Projects
Commit 4e991b07 authored by Marko Petric's avatar Marko Petric Committed by Andre Sailer
Browse files

Improve DDSim defaults

parent 52e50698
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@ class MagneticField( ConfigHelper ):
"""Configuration for the magnetic field (stepper)"""
def __init__( self ):
super(MagneticField, self).__init__()
self.stepper = "HelixSimpleRunge"
self.stepper = "G4ClassicalRK4"
self.equation = "Mag_UsualEqRhs"
self.eps_min = 5e-05*mm
self.eps_max = 0.001*mm
self.min_chord_step = 0.01*mm
self.delta_chord = 0.25*mm
self.delta_intersection = 1e-05*mm
self.delta_one_step = 1e-04*mm
self.delta_intersection = 0.001*mm
self.delta_one_step = 0.01*mm
self.largest_step = 10*m
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