CMS 3D CMS Logo

Variables

TrackerKinkFinder_cfi Namespace Reference

Variables

tuple TrackerKinkFinderParametersBlock

Variable Documentation

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

Definition at line 3 of file TrackerKinkFinder_cfi.py.