CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/TrackingTools/GsfTracking/python/CkfElectronCandidatesChi2_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # Looser chi2 estimator for electron trajectory building
00005 #   (definition should be moved?)
00006 #
00007 electronChi2 = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
00008     ComponentName = cms.string('electronChi2'),
00009     nSigma = cms.double(3.0),
00010     MaxChi2 = cms.double(100.0)
00011 )
00012 
00013