CMS 3D CMS Logo

JetResolutionESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 JetResolutionESProducer_AK4PFchs = cms.ESProducer("JetResolutionESProducer",
4  label = cms.string('AK4PFchs')
5 )
6 
7 JetResolutionESProducer_SF_AK4PFchs = cms.ESProducer("JetResolutionScaleFactorESProducer",
8  label = cms.string('AK4PFchs')
9 )