CMS 3D CMS Logo

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 )