CMS 3D CMS Logo

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

Variables

tuple Chi2EstimatorForMuRefit
 
tuple GlbMuKFFitter
 

Variable Documentation

tuple globalMuons_cff.Chi2EstimatorForMuRefit
Initial value:
1 = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
2  ComponentName = cms.string('Chi2EstimatorForMuRefit'),
3  nSigma = cms.double(3.0),
4  MaxChi2 = cms.double(100000.0)
5 )

Definition at line 7 of file globalMuons_cff.py.

tuple globalMuons_cff.GlbMuKFFitter
Initial value:
1 = cms.ESProducer("KFTrajectoryFitterESProducer",
2  ComponentName = cms.string('GlbMuKFFitter'),
3  Estimator = cms.string('Chi2EstimatorForMuRefit'),
4  Propagator = cms.string('SmartPropagatorAny'),
5  Updator = cms.string('KFUpdator'),
6  RecoGeometry = cms.string('GlobalDetLayerGeometry'),
7  minHits = cms.int32(3)
8 )

Definition at line 13 of file globalMuons_cff.py.