CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
globalMuons_cff.py
Go to the documentation of this file.
2 
6 
7 Chi2EstimatorForMuRefit = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
8  ComponentName = cms.string('Chi2EstimatorForMuRefit'),
9  nSigma = cms.double(3.0),
10  MaxChi2 = cms.double(100000.0)
11 )
12 
13 GlbMuKFFitter = cms.ESProducer("KFTrajectoryFitterESProducer",
14  ComponentName = cms.string('GlbMuKFFitter'),
15  Estimator = cms.string('Chi2EstimatorForMuRefit'),
16  Propagator = cms.string('SmartPropagatorAny'),
17  Updator = cms.string('KFUpdator'),
18  RecoGeometry = cms.string('GlobalDetLayerGeometry'),
19  minHits = cms.int32(3)
20 )
21 
22