1 import FWCore.ParameterSet.Config
as cms
6 correctedPhotons = cms.EDProducer(
"PhotonCorrectionProducer",
7 algoCollection = cms.string(
'E9ESCPtdr E1E9Ptdr EtaPtdr PhiPtdr'),
8 barrelClusterShapeMapProducer = cms.string(
'hybridSuperClusters'),
9 photonCorrCollection = cms.string(
'correctedPhotonsWithConversions'),
10 barrelClusterShapeMapCollection = cms.string(
'hybridShapeAssoc'),
11 endcapClusterShapeMapProducer = cms.string(
'islandBasicClusters'),
12 photonCollection = cms.string(
''),
13 conversionProducer = cms.string(
'conversions'),
14 conversionCollection = cms.string(
'conversions'),
15 endcapClusterShapeMapCollection = cms.string(
'islandEndcapShapeAssoc'),
16 photonProducer = cms.string(
'photons')