CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagator_cfi.py

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     #This sort of works but assumes a measurement at propagation origin  
00020     ApplyRadX0Correction = cms.bool(True),
00021     useMagVolumes = cms.bool(True),
00022     returnTangentPlane = cms.bool(True)
00023 )
00024 
00025