CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/PhysicsTools/PatExamples/python/JetEnergyShift_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 scaledJets = cms.EDProducer("JetEnergyShift",
00004     inputJets            = cms.InputTag("cleanPatJets"),
00005     inputMETs            = cms.InputTag("patMETs"),
00006     scaleFactor          = cms.double(1.0),
00007     jetPTThresholdForMET = cms.double(20.),
00008     jetEMLimitForMET     = cms.double(0.9)
00009 )