CMS 3D CMS Logo

electronId_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.ElectronIdentification.electronIdSequence_cff import *
00004 eidRobustHighEnergy = eidCutBasedExt.clone()
00005 eidRobustHighEnergy.robustEleIDCuts.barrel = [0.050, 0.011, 0.090, 0.005]
00006 eidRobustHighEnergy.robustEleIDCuts.endcap = [0.100, 0.0275, 0.090, 0.007]
00007 
00008 patElectronId = cms.Sequence(
00009     eidRobustHighEnergy
00010 )

Generated on Tue Jun 9 17:41:44 2009 for CMSSW by  doxygen 1.5.4