Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
KalmanUpdators
python
Chi2MeasurementEstimatorESProducer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
Chi2MeasurementEstimator = cms.ESProducer(
"Chi2MeasurementEstimatorESProducer"
,
4
ComponentName = cms.string(
'Chi2'
),
5
nSigma = cms.double(3.0),
6
MaxChi2 = cms.double(30.0)
7
)
8
9
Config
Generated for CMSSW Reference Manual by
1.8.5