Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:56

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 l1tPFPuppiMET220off = cms.EDFilter("L1TEnergySumFilter",
0004     MinPt = cms.double(220.0),
0005     Scalings = cms.PSet(
0006         theScalings = cms.vdouble(54.2859, 1.39739, 0)
0007     ),
0008     TypeOfSum = cms.string('MET'),
0009     inputTag = cms.InputTag("l1tMETPFProducer")
0010 )