1 import FWCore.ParameterSet.Config
as cms
3 SteppingHelixPropagator = cms.ESProducer(
"SteppingHelixPropagatorESProducer",
4 ComponentName = cms.string(
'SteppingHelixPropagator'),
5 NoErrorPropagation = cms.bool(
False),
6 PropagationDirection = cms.string(
'alongMomentum'),
7 useTuningForL2Speed = cms.bool(
False),
8 useIsYokeFlag = cms.bool(
True),
9 endcapShiftInZNeg = cms.double(0.0),
10 SetVBFPointer = cms.bool(
False),
11 AssumeNoMaterial = cms.bool(
False),
12 endcapShiftInZPos = cms.double(0.0),
13 useInTeslaFromMagField = cms.bool(
False),
14 VBFName = cms.string(
'VolumeBasedMagneticField'),
15 useEndcapShiftsInZ = cms.bool(
False),
16 sendLogWarning = cms.bool(
False),
17 useMatVolumes = cms.bool(
True),
18 debug = cms.bool(
False),
20 ApplyRadX0Correction = cms.bool(
True),
21 useMagVolumes = cms.bool(
True),
22 returnTangentPlane = cms.bool(
True)