CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTrigger/HLTfilters/python/hltHighLevel_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HLTHighLevel = cms.EDFilter("HLTHighLevel",
00004     TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
00005     HLTPaths = cms.vstring(),           # provide list of HLT paths (or patterns) you want
00006     eventSetupPathsKey = cms.string(''), # not empty => use read paths from AlCaRecoTriggerBitsRcd via this key
00007     andOr = cms.bool(True),             # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true
00008     throw = cms.bool(True)    # throw exception on unknown path names
00009 )