CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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  MTDRecHitBuilder = cms.string('MTDRecHitBuilder'),
14  RefitDirection = cms.string('alongMomentum'),
15  RefitRPCHits = cms.bool(True),
16  Propagator = cms.string('SmartPropagatorAnyRKOpposite'),
17  )
18 )

Definition at line 3 of file TrackerKinkFinder_cfi.py.