CMS 3D CMS Logo

Variables

globalMuons_cff Namespace Reference

Variables

tuple Chi2EstimatorForMuRefit
tuple GlbMuKFFitter

Variable Documentation

Initial value:
00001 cms.ESProducer("Chi2MeasurementEstimatorESProducer",
00002     ComponentName = cms.string('Chi2EstimatorForMuRefit'),
00003     nSigma = cms.double(3.0),
00004     MaxChi2 = cms.double(100000.0)
00005 )

Definition at line 7 of file globalMuons_cff.py.

Initial value:
00001 cms.ESProducer("KFTrajectoryFitterESProducer",
00002     ComponentName = cms.string('GlbMuKFFitter'),
00003     Estimator = cms.string('Chi2EstimatorForMuRefit'),
00004     Propagator = cms.string('SmartPropagatorAny'),
00005     Updator = cms.string('KFUpdator'),
00006     RecoGeometry = cms.string('GlobalDetLayerGeometry'),
00007     minHits = cms.int32(3)
00008 )

Definition at line 13 of file globalMuons_cff.py.