CMS 3D CMS Logo

ALCARECOEcalCalElectron_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 #  run on collection of electrons to make a collection of AlCaReco electrons 
00005 #
00006 from Calibration.EcalAlCaRecoProducers.alCaIsolatedElectrons_cfi import *
00007 from Calibration.EcalAlCaRecoProducers.ewkHLTFilter_cfi import *
00008 from Calibration.EcalAlCaRecoProducers.electronFilter_cfi import *
00009 seqALCARECOEcalCalElectronRECO = cms.Sequence(alCaIsolatedElectrons)
00010 seqALCARECOEcalCalElectron = cms.Sequence(ewkHLTFilter*electronFilter*seqALCARECOEcalCalElectronRECO) ##HLT selection: on
00011 
00012 ewkHLTFilter.HLTPaths = ['HLT_IsoEle15_L1I', 'HLT_DoubleIsoEle10_L1I', 'HLT_IsoEle18_L1R', 'HLT_DoubleIsoEle12_L1R']
00013 

Generated on Tue Jun 9 17:25:30 2009 for CMSSW by  doxygen 1.5.4