CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/QCDAnalysis/Skimming/python/QCDHLT1jetPE5Skim_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # 
00004 # Module for Jet trigger skim -- HLT1jetPE5 trigger
00005 #
00006 QCDHLT1jetPE5Trigger = cms.EDFilter("HLTHighLevel",
00007     HLTPaths = cms.vstring('HLT1jetPE5'),
00008     byName = cms.bool(True),
00009     andOr = cms.bool(True),
00010     TriggerResultsTag = cms.InputTag("TriggerResults")
00011 )
00012 
00013