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