Skip to content

Commit

Permalink
Merge pull request #32268 from civanch/Geant4e_tracking_in_field
Browse files Browse the repository at this point in the history
Define magnetic field parameters for Geant4e as in Geant4
  • Loading branch information
cmsbuild authored Nov 25, 2020
2 parents a8f6f2d + 022c0f0 commit ead4622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrackPropagation/Geant4e/python/geantRefit_cff.py
Original file line number Diff line number Diff line change
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 ead4622

Please sign in to comment.