CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
TrackerKinkFinder_cfi Namespace Reference

Variables

tuple TrackerKinkFinderParametersBlock
 

Variable Documentation

tuple TrackerKinkFinder_cfi.TrackerKinkFinderParametersBlock
Initial value:
1 = cms.PSet(
2  TrackerKinkFinderParameters = cms.PSet(
3  # use also position degrees of freedom of the track state
4  usePosition = cms.bool(True),
5  # discard off-diagonal terms when computing chi2s
6  diagonalOnly = cms.bool(False),
7  # configuraton for refitter
8  DoPredictionsOnly = cms.bool(False),
9  Fitter = cms.string('KFFitterForRefitInsideOut'),
10  TrackerRecHitBuilder = cms.string('WithAngleAndTemplate'),
11  Smoother = cms.string('KFSmootherForRefitInsideOut'),
12  MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
13  RefitDirection = cms.string('alongMomentum'),
14  RefitRPCHits = cms.bool(True),
15  Propagator = cms.string('SmartPropagatorAnyRKOpposite'),
16  )
17 )

Definition at line 3 of file TrackerKinkFinder_cfi.py.