CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMuon/MuonIdentification/python/TrackerKinkFinder_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TrackerKinkFinderParametersBlock = cms.PSet(
00004     TrackerKinkFinderParameters  = cms.PSet(
00005         # use also position degrees of freedom of the track state
00006         usePosition = cms.bool(True),
00007         # discard off-diagonal terms when computing chi2s
00008         diagonalOnly = cms.bool(False),
00009         # configuraton for refitter
00010         DoPredictionsOnly = cms.bool(False),
00011         Fitter = cms.string('KFFitterForRefitInsideOut'),
00012         TrackerRecHitBuilder = cms.string('WithAngleAndTemplate'),
00013         Smoother = cms.string('KFSmootherForRefitInsideOut'),
00014         MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
00015         RefitDirection = cms.string('alongMomentum'),
00016         RefitRPCHits = cms.bool(True),
00017         Propagator = cms.string('SmartPropagatorAnyRKOpposite'),
00018     )
00019 )