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 )