Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 stringResolution = cms.ESProducer("StringResolutionProviderESProducer",
00004
00005
00006 parametrization = cms.string ('EtEtaPhi'),
00007 functions = cms.VPSet(
00008 cms.PSet(
00009
00010
00011 bin = cms.string(""),
00012
00013 et = cms.string("et * (sqrt(0.08^2 + (1./sqrt(et))^2 + (5./et)^2))"),
00014 eta = cms.string("sqrt(0.008^2 + (1.5/et)^2)"),
00015 phi = cms.string("sqrt(0.008^2 + (2.6/et)^2)"),
00016 ),
00017 ),
00018
00019
00020
00021
00022 constraints = cms.vdouble(0)
00023 )