CMS 3D CMS Logo

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