Main Page
Namespaces
Classes
Package Documentation
TrackingTools
KalmanUpdators
python
TrackingRecHitPropagatorESProducer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
trackingRecHitPropagator = cms.ESProducer(
"TrackingRecHitPropagatorESProducer"
,
4
ComponentName = cms.string(
'trackingRecHitPropagator'
),
5
SimpleMagneticField = cms.string(
''
)
6
# SimpleMagneticField = cms.string('ParabolicMf')
7
)
8
9
Generated for CMSSW Reference Manual by
1.8.11