CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CkfElectronCandidatesChi2_cfi.py
Go to the documentation of this file.
2 
3 #
4 # Looser chi2 estimator for electron trajectory building
5 # (definition should be moved?)
6 #
7 electronChi2 = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
8  ComponentName = cms.string('electronChi2'),
9  nSigma = cms.double(3.0),
10  MaxChi2 = cms.double(100.0)
11 )
12 
13