File indexing completed on 2023-03-17 11:17:46
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004
0005
0006 correctedPhotons = cms.EDProducer("PhotonCorrectionProducer",
0007 algoCollection = cms.string('E9ESCPtdr E1E9Ptdr EtaPtdr PhiPtdr'),
0008 barrelClusterShapeMapProducer = cms.string('hybridSuperClusters'),
0009 photonCorrCollection = cms.string('correctedPhotonsWithConversions'),
0010 barrelClusterShapeMapCollection = cms.string('hybridShapeAssoc'),
0011 endcapClusterShapeMapProducer = cms.string('islandBasicClusters'),
0012 photonCollection = cms.string(''),
0013 conversionProducer = cms.string('conversions'),
0014 conversionCollection = cms.string('conversions'),
0015 endcapClusterShapeMapCollection = cms.string('islandEndcapShapeAssoc'),
0016 photonProducer = cms.string('photons')
0017 )
0018
0019