CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/TrackingTools/GsfTracking/python/FwdAnalyticalPropagator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 fwdAnalyticalPropagator = cms.ESProducer("AnalyticalPropagatorESProducer",
00004     MaxDPhi = cms.double(1.6),
00005     ComponentName = cms.string('fwdAnalyticalPropagator'),
00006     PropagationDirection = cms.string('alongMomentum')
00007 )
00008 
00009