CMS 3D CMS Logo

l1tPFPuppiHT450off_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tPFPuppiHT450off = cms.EDFilter("L1TEnergySumFilter",
4  MinPt = cms.double(450.0),
5  Scalings = cms.PSet(
6  theScalings = cms.vdouble(50.0182, 1.0961, 0)
7  ),
8  TypeOfSum = cms.string('HT'),
9  inputTag = cms.InputTag("l1tPhase1JetSumsProducer9x9trimmed","Sums")
10 )