CMS 3D CMS Logo

Variables

L3Muons_cff Namespace Reference

Variables

tuple Chi2EstimatorForL3Refit
tuple L3MuKFFitter
tuple L3MuKFSmoother

Variable Documentation

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

Definition at line 7 of file L3Muons_cff.py.

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

Definition at line 13 of file L3Muons_cff.py.

Initial value:
00001 cms.ESProducer("KFTrajectorySmootherESProducer",
00002     ComponentName = cms.string('L3MuKFSmoother'),
00003     RecoGeometry = cms.string('DummyDetLayerGeometry'),
00004     errorRescaling = cms.double(100.0),
00005     Estimator = cms.string('Chi2EstimatorForL3Refit'),
00006     Propagator = cms.string('SmartPropagatorOpposite'),
00007     Updator = cms.string('KFUpdator')
00008 )

Definition at line 22 of file L3Muons_cff.py.