CMS 3D CMS Logo

Variables

hltHighLevel_cfi Namespace Reference

Variables

tuple HLTHighLevel

Variable Documentation

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

Definition at line 3 of file hltHighLevel_cfi.py.