Skip to content

Commit

Permalink
define magnetic field parameters coherently
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Nov 24, 2020
1 parent fe5e48d commit 022c0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrackPropagation/Geant4e/python/geantRefit_cff.py
Expand Up @@ -20,12 +20,12 @@
Type = cms.string('CMSIMField'),
StepperParam = cms.PSet(
MaximumEpsilonStep = cms.untracked.double(0.01), ## in mm
DeltaOneStep = cms.double(0.001), ## in mm
DeltaOneStep = cms.double(1e-4),## in mm
MaximumLoopCounts = cms.untracked.double(1000.0),
DeltaChord = cms.double(0.001), ## in mm
MinStep = cms.double(0.1), ## in mm
DeltaIntersectionAndOneStep = cms.untracked.double(-1.0),
DeltaIntersection = cms.double(0.0001), ## in mm
DeltaIntersection = cms.double(1e-6), ## in mm
MinimumEpsilonStep = cms.untracked.double(1e-05) ## in mm
)
)
Expand Down

0 comments on commit 022c0f0

Please sign in to comment.