CMS 3D CMS Logo

TrackProducerIterativeDefault_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 TrackProducer = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
5  useSimpleMF = cms.bool(True),
6  SimpleMagneticField = cms.string("ParabolicMf"),
7  Propagator = cms.string('PropagatorWithMaterialParabolicMf'),
8  TTRHBuilder = cms.string('WithAngleAndTemplateWithoutProbQ')
9 )