CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/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 
00014 electronewkHLTFilter = hltHighLevel.clone()
00015 electronewkHLTFilter.throw = False 
00016 electronewkHLTFilter.HLTPaths = ['HLT_Ele15_SW_L1R', 'HLT_DoubleEle10_SW_L1R', # 1E31
00017                                  'HLT_Ele10_LW_L1R', 'HLT_DoubleEle5_SW_L1R']  # 8E29
00018 
00019 seqALCARECOEcalCalElectronRECO = cms.Sequence(alCaIsolatedElectrons)
00020 seqALCARECOEcalCalElectron = cms.Sequence(electronewkHLTFilter*electronFilter*seqALCARECOEcalCalElectronRECO)