CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MRHChi2MeasurementEstimatorESProducer_cfi.py
Go to the documentation of this file.
2 
3 MRHChi2MeasurementEstimator = cms.ESProducer("MRHChi2MeasurementEstimatorESProducer",
4  ComponentName = cms.string('MRHChi2'),
5  nSigma = cms.double(3.0),
6  MaxChi2 = cms.double(30.0)
7 )
8 
9