src
HLTrigger
Configuration
python
HLT_75e33
modules
hltPFPuppiMHT140_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
hltPFPuppiMHT140 = cms.EDFilter(
"HLTMhtFilter"
,
4
mhtLabels = cms.VInputTag(
"hltPFPuppiMHT"
),
5
minMht = cms.vdouble(140.0),
6
saveTags = cms.bool(
True
)
7
)
Generated for CMSSW Reference Manual by
1.8.14