CMS 3D CMS Logo

WMuNuSkim_HLT_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Muons Low L
00004 #include "HLTrigger/Muon/data/PathSingleMu_1032_Iso.cff"
00005 #include "HLTrigger/Muon/data/PathSingleMu_1032_NoIso.cff"
00006 # HWW Skim
00007 WMuNuTrigReport = cms.EDFilter("HLTrigReport",
00008     HLTriggerResults = cms.InputTag("TriggerResults")
00009 )
00010 
00011 WMuNuSingleMuFilter = cms.EDFilter("HLTHighLevel",
00012     HLTPaths = cms.vstring('WMuNuFilterPath1muIso', 
00013         'WMuNuFilterPath1muNoIso'),
00014     byName = cms.bool(True),
00015     andOr = cms.bool(True),
00016     TriggerResultsTag = cms.InputTag("TriggerResults")
00017 )
00018 
00019 WMuNuHLTPath = cms.Path(WMuNuTrigReport*WMuNuSingleMuFilter)
00020 

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