CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Calibration/EcalAlCaRecoProducers/python/zeeHLT_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # zeeHLT.cff #########
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 import HLTrigger.HLTfilters.hltHighLevel_cfi
00007 
00008 
00009 report = cms.EDAnalyzer("HLTrigReport",
00010     HLTriggerResults = cms.InputTag("TriggerResults")
00011 )
00012 
00013 
00014 zeeHLT =  HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00015     HLTPaths = ['HLT_IsoEle15_L1I', 'HLT_DoubleIsoEle10_L1I'],
00016     throw = False
00017 )
00018 
00019