CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:48:21 2009 for CMSSW by  doxygen 1.5.4