CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/TrackPropagation/SteppingHelixPropagator/python/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