CMS 3D CMS Logo

CkfElectronCandidatesChi2_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # Looser chi2 estimator for electron trajectory building
5 # (definition should be moved?)
6 #
8 electronChi2 = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone()
9 electronChi2.ComponentName = cms.string('electronChi2')
10 electronChi2.nSigma = 3.0
11 electronChi2.MaxChi2 = 100.0
12 
13