Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:44

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #Just pick from other places and set to no error propagation
0004 import TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAny_cfi
0005 SteppingHelixPropagatorAnyNoError = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAny_cfi.SteppingHelixPropagatorAny.clone()
0006 SteppingHelixPropagatorAnyNoError.ComponentName = 'SteppingHelixPropagatorAnyNoError'
0007 SteppingHelixPropagatorAnyNoError.NoErrorPropagation = True
0008 
0009 import TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi
0010 SteppingHelixPropagatorAlongNoError = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi.SteppingHelixPropagatorAlong.clone()
0011 SteppingHelixPropagatorAlongNoError.ComponentName = 'SteppingHelixPropagatorAlongNoError'
0012 SteppingHelixPropagatorAlongNoError.NoErrorPropagation = True
0013 
0014 
0015 import TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorOpposite_cfi
0016 SteppingHelixPropagatorOppositeNoError = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorOpposite_cfi.SteppingHelixPropagatorOpposite.clone()
0017 SteppingHelixPropagatorOppositeNoError.ComponentName = 'SteppingHelixPropagatorOppositeNoError'
0018 SteppingHelixPropagatorOppositeNoError.NoErrorPropagation = True
0019 
0020 import TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorHLT_cff
0021 
0022 SteppingHelixPropagatorL2AnyNoError = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorHLT_cff.SteppingHelixPropagatorL2Any.clone()
0023 SteppingHelixPropagatorL2AnyNoError.ComponentName = 'SteppingHelixPropagatorL2AnyNoError'
0024 SteppingHelixPropagatorL2AnyNoError.NoErrorPropagation = True
0025 
0026 SteppingHelixPropagatorL2AlongNoError = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorHLT_cff.SteppingHelixPropagatorL2Along.clone()
0027 SteppingHelixPropagatorL2AlongNoError.ComponentName = 'SteppingHelixPropagatorL2AlongNoError'
0028 SteppingHelixPropagatorL2AlongNoError.NoErrorPropagation = True
0029 
0030 SteppingHelixPropagatorL2OppositeNoError = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorHLT_cff.SteppingHelixPropagatorL2Opposite.clone()
0031 SteppingHelixPropagatorL2OppositeNoError.ComponentName = 'SteppingHelixPropagatorL2OppositeNoError'
0032 SteppingHelixPropagatorL2OppositeNoError.NoErrorPropagation = True