CMS 3D CMS Logo

pfClustersFromL1EGClusters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfClustersFromL1EGClusters = cms.EDProducer("PFClusterProducerFromL1EGClusters",
4  corrector = cms.string(''),
5  etMin = cms.double(0.5),
6  resol = cms.PSet(
7  etaBins = cms.vdouble(0.7, 1.2, 1.6),
8  kind = cms.string('calo'),
9  offset = cms.vdouble(0.838, 0.924, 1.101),
10  scale = cms.vdouble(0.012, 0.017, 0.018)
11  ),
12  src = cms.InputTag("l1tEGammaClusterEmuProducer")
13 )