Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
HLTrigger
HLTfilters
python
hltHighLevel_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
)
Config
Generated for CMSSW Reference Manual by
1.8.5