CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoTracker/TrackProducer/python/CTFFinalFitWithMaterialDAF_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ctfWithMaterialTracksDAF = cms.EDProducer("DAFTrackProducer",
00004     src = cms.InputTag("DAFTrackCandidateMaker"),
00005     UpdatorName = cms.string('SiTrackerMultiRecHitUpdator'),
00006     beamSpot = cms.InputTag("offlineBeamSpot"),
00007     Fitter = cms.string('MRHFittingSmoother'),
00008     MeasurementCollector = cms.string('groupedMultiRecHitCollector'),
00009     TrajectoryInEvent = cms.bool(False),
00010     TTRHBuilder = cms.string('WithAngleAndTemplate'),
00011     Propagator = cms.string('RungeKuttaTrackerPropagator'),
00012     MinHits = cms.int32(3),
00013     #set to "", the secondary hit pattern will not be filled (backward compatible with DetLayer=0)                               
00014     NavigationSchool = cms.string(''),                              
00015     MeasurementTracker = cms.string(''),
00016 )
00017 
00018