Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
4e991b07
Commit
4e991b07
authored
7 years ago
by
Marko Petric
Committed by
Andre Sailer
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Improve DDSim defaults
parent
52e50698
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDSim/Helper/MagneticField.py
+3
-3
3 additions, 3 deletions
DDSim/Helper/MagneticField.py
with
3 additions
and
3 deletions
DDSim/Helper/MagneticField.py
+
3
−
3
View file @
4e991b07
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment