CMS 3D CMS Logo

SteppingHelixPropagatorHLT_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 SteppingHelixPropagatorL2Any = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAny_cfi.SteppingHelixPropagatorAny.clone()
6 SteppingHelixPropagatorL2Along = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi.SteppingHelixPropagatorAlong.clone()
8 SteppingHelixPropagatorL2Opposite = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorOpposite_cfi.SteppingHelixPropagatorOpposite.clone()
9 SteppingHelixPropagatorL2Any.ComponentName = 'SteppingHelixPropagatorL2Any'
10 SteppingHelixPropagatorL2Any.useTuningForL2Speed = True
11 SteppingHelixPropagatorL2Along.ComponentName = 'SteppingHelixPropagatorL2Along'
12 SteppingHelixPropagatorL2Along.useTuningForL2Speed = True
13 SteppingHelixPropagatorL2Opposite.ComponentName = 'SteppingHelixPropagatorL2Opposite'
14 SteppingHelixPropagatorL2Opposite.useTuningForL2Speed = True
15