Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-22 07:34:33

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from TrackPropagation.SteppingHelixPropagator.steppingHelixPropagatorESProducer_cfi import steppingHelixPropagatorESProducer as _steppingHelixPropagatorESProducer
0004 SteppingHelixPropagator =  _steppingHelixPropagatorESProducer.clone(
0005     ComponentName = 'SteppingHelixPropagator',
0006     NoErrorPropagation = False,
0007     PropagationDirection = 'alongMomentum',
0008     useTuningForL2Speed = False,
0009     useIsYokeFlag = True,
0010     endcapShiftInZNeg = 0.0,
0011     SetVBFPointer = False,
0012     AssumeNoMaterial = False,
0013     endcapShiftInZPos = 0.0,
0014     useInTeslaFromMagField = False,
0015     VBFName = 'VolumeBasedMagneticField',
0016     useEndcapShiftsInZ = False,
0017     sendLogWarning = False,
0018     useMatVolumes = True,
0019     debug = False,
0020     #This sort of works but assumes a measurement at propagation origin  
0021     ApplyRadX0Correction = True,
0022     useMagVolumes = True,
0023     returnTangentPlane = True
0024 )
0025 
0026