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  ComponentName = 'electronChi2',
10  nSigma = 3.0,
11  MaxChi2 = 100.0
12 )