CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltHighLevel_cfi.py
Go to the documentation of this file.
2 
3 hltHighLevel = cms.EDFilter("HLTHighLevel",
4  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
5  HLTPaths = cms.vstring(), # provide list of HLT paths (or patterns) you want
6  eventSetupPathsKey = cms.string(''), # not empty => use read paths from AlCaRecoTriggerBitsRcd via this key
7  andOr = cms.bool(True), # how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true
8  throw = cms.bool(True) # throw exception on unknown path names
9 )