CMS 3D CMS Logo

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