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 l1tPFPuppiHT400offMaxEta2p4 = cms.EDFilter("L1TEnergySumFilter",
0004     MinPt = cms.double(400.0),
0005     Scalings = cms.PSet(
0006         theScalings = cms.vdouble(50.0182, 1.0961, 0)
0007     ),
0008     TypeOfSum = cms.string('HT'),
0009     inputTag = cms.InputTag("l1tPhase1JetSumsProducer9x9trimmed","Sums")
0010 )