CMS 3D CMS Logo

qglESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 QGLikelihoodESProducer_AK5PF = cms.ESProducer("QGLikelihoodESProducer",
3 # this is what it makes available
4  algo = cms.string('QGL_AK5PF')
5 )
6 QGLikelihoodESProducer_AK5PFchs = cms.ESProducer("QGLikelihoodESProducer",
7 # this is what it makes available
8  algo = cms.string('QGL_AK5PFchs')
9 )