CMS 3D CMS Logo

SteppingHelixPropagatorAny_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SteppingHelixPropagatorAny = cms.ESProducer("SteppingHelixPropagatorESProducer",
00004     ComponentName = cms.string('SteppingHelixPropagatorAny'),
00005     NoErrorPropagation = cms.bool(False),
00006     PropagationDirection = cms.string('anyDirection'),
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 

Generated on Tue Jun 9 17:48:43 2009 for CMSSW by  doxygen 1.5.4