CMS 3D CMS Logo

WenuSkim_TriggerBit_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 report = cms.EDFilter("HLTrigReport",
00004     HLTriggerResults = cms.InputTag("TriggerResults")
00005 )
00006 
00007 high = cms.EDFilter("HLTHighLevel",
00008     HLTPaths = cms.vstring('SingleElectron'),
00009     byName = cms.bool(True),
00010     andOr = cms.bool(True),
00011     TriggerResultsTag = cms.InputTag("TriggerResults")
00012 )
00013 
00014 WenuHLTPath = cms.Path(report*high)
00015 

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