CMS 3D CMS Logo

l1tPFPuppiMET220off_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tPFPuppiMET220off = cms.EDFilter("L1TEnergySumFilter",
4  MinPt = cms.double(220.0),
5  Scalings = cms.PSet(
6  theScalings = cms.vdouble(54.2859, 1.39739, 0)
7  ),
8  TypeOfSum = cms.string('MET'),
9  inputTag = cms.InputTag("l1tMETPFProducer")
10 )