Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:51

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltESPSteppingHelixPropagatorOpposite = cms.ESProducer("SteppingHelixPropagatorESProducer",
0004     ApplyRadX0Correction = cms.bool(True),
0005     AssumeNoMaterial = cms.bool(False),
0006     ComponentName = cms.string('hltESPSteppingHelixPropagatorOpposite'),
0007     NoErrorPropagation = cms.bool(False),
0008     PropagationDirection = cms.string('oppositeToMomentum'),
0009     SetVBFPointer = cms.bool(False),
0010     VBFName = cms.string('VolumeBasedMagneticField'),
0011     debug = cms.bool(False),
0012     endcapShiftInZNeg = cms.double(0.0),
0013     endcapShiftInZPos = cms.double(0.0),
0014     returnTangentPlane = cms.bool(True),
0015     sendLogWarning = cms.bool(False),
0016     useEndcapShiftsInZ = cms.bool(False),
0017     useInTeslaFromMagField = cms.bool(False),
0018     useIsYokeFlag = cms.bool(True),
0019     useMagVolumes = cms.bool(True),
0020     useMatVolumes = cms.bool(True),
0021     useTuningForL2Speed = cms.bool(False)
0022 )