CMS 3D CMS Logo

hltESPSmartPropagatorAny_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltESPSmartPropagatorAny = cms.ESProducer("SmartPropagatorESProducer",
4  ComponentName = cms.string('hltESPSmartPropagatorAny'),
5  Epsilon = cms.double(5.0),
6  MuonPropagator = cms.string('SteppingHelixPropagatorAny'),
7  PropagationDirection = cms.string('alongMomentum'),
8  TrackerPropagator = cms.string('PropagatorWithMaterial')
9 )