CMS 3D CMS Logo

looseChi2Estimator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 chi2CutForConversionTrajectoryBuilder = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone(
5  ComponentName = 'eleLooseChi2',
6  MaxChi2 = 100000.,
7  nSigma = 3.,
8  MaxDisplacement = 100.,
9  MaxSagitta = -1
10 )