Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 TrackerKinkFinderParametersBlock = cms.PSet(
00004 TrackerKinkFinderParameters = cms.PSet(
00005
00006 usePosition = cms.bool(True),
00007
00008 diagonalOnly = cms.bool(False),
00009
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 )