CMS 3D CMS Logo

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 
00007 report = cms.EDFilter("HLTrigReport",
00008     HLTriggerResults = cms.InputTag("TriggerResults")
00009 )
00010 
00011 zeeHLT = cms.EDFilter("HLTHighLevel",
00012     HLTPaths = cms.vstring('HLT_IsoEle15_L1I', 
00013         'HLT_DoubleIsoEle10_L1I'),
00014     byName = cms.bool(True),
00015     andOr = cms.bool(True),
00016     TriggerResultsTag = cms.InputTag("TriggerResults")
00017 )
00018 
00019 

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