CMS 3D CMS Logo

bwdAnalyticalPropagator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 bwdAnalyticalPropagator = cms.ESProducer("AnalyticalPropagatorESProducer",
4  ComponentName = cms.string('bwdAnalyticalPropagator'),
5  MaxDPhi = cms.double(1.6),
6  PropagationDirection = cms.string('oppositeToMomentum')
7 )