Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 SteppingHelixPropagator = cms.ESProducer("SteppingHelixPropagatorESProducer",
00004 ComponentName = cms.string('SteppingHelixPropagator'),
00005 NoErrorPropagation = cms.bool(False),
00006 PropagationDirection = cms.string('alongMomentum'),
00007 useTuningForL2Speed = cms.bool(False),
00008 useIsYokeFlag = cms.bool(True),
00009 endcapShiftInZNeg = cms.double(0.0),
00010 SetVBFPointer = cms.bool(False),
00011 AssumeNoMaterial = cms.bool(False),
00012 endcapShiftInZPos = cms.double(0.0),
00013 useInTeslaFromMagField = cms.bool(False),
00014 VBFName = cms.string('VolumeBasedMagneticField'),
00015 useEndcapShiftsInZ = cms.bool(False),
00016 sendLogWarning = cms.bool(False),
00017 useMatVolumes = cms.bool(True),
00018 debug = cms.bool(False),
00019
00020 ApplyRadX0Correction = cms.bool(True),
00021 useMagVolumes = cms.bool(True),
00022 returnTangentPlane = cms.bool(True)
00023 )
00024
00025