CMS 3D CMS Logo

JetEnergyShift_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 scaledJets = cms.EDProducer("JetEnergyShift",
4  inputJets = cms.InputTag("cleanPatJets"),
5  inputMETs = cms.InputTag("patMETs"),
6  scaleFactor = cms.double(1.0),
7  jetPTThresholdForMET = cms.double(20.),
8  jetEMLimitForMET = cms.double(0.9)
9 )