CMS 3D CMS Logo

dijetsHLT_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #     bool byName = true
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 dijetsHLT = cms.EDFilter("HLTHighLevel",
00008     HLTPaths = cms.vstring('HLT_DiJetAve15','HLT_DiJetAve30','HLT_DiJetAve50','HLT_Jet30','HLT_Jet50'),
00009     andOr = cms.bool(True),
00010     throw = cms.untracked.bool(False), #dont throw except on unknown path name 
00011     TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
00012 )
00013 
00014 

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