CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalElectron_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 #
00005 #  Old ALCA stream for electron Calibration, used in CSA07
00006 #  
00007 #
00008 #  run on collection of electrons to make a collection of AlCaReco electrons 
00009 #
00010 from Calibration.EcalAlCaRecoProducers.alCaIsolatedElectrons_cfi import *
00011 from HLTrigger.HLTfilters.hltHighLevel_cfi import *
00012 from Calibration.EcalAlCaRecoProducers.electronFilter_cfi import *
00013 from RecoLocalCalo.EcalRecAlgos.EcalSeverityLevelESProducer_cfi import *
00014 
00015 electronewkHLTFilter = hltHighLevel.clone()
00016 electronewkHLTFilter.throw = False 
00017 electronewkHLTFilter.HLTPaths = ['HLT_Ele15_SW_L1R', 'HLT_DoubleEle10_SW_L1R', # 1E31
00018                                  'HLT_Ele10_LW_L1R', 'HLT_DoubleEle5_SW_L1R']  # 8E29
00019 
00020 seqALCARECOEcalCalElectronRECO = cms.Sequence(alCaIsolatedElectrons)
00021 seqALCARECOEcalCalElectron = cms.Sequence(electronewkHLTFilter*electronFilter*seqALCARECOEcalCalElectronRECO)