5 piZeroDiscriminators = cms.EDProducer(
"PiZeroDiscriminatorProducer",
7 preshClusterShapeProducer = cms.string(
'preshowerClusterShape'),
8 corrPhoProducer = cms.string(
'photons'),
9 correctedPhotonCollection = cms.string(
''),
10 preshStripEnergyCut = cms.double(0.0),
12 EScorr = cms.int32(1),
13 Pi0Association = cms.string(
'PhotonPi0DiscriminatorAssociationMap'),
14 preshPi0Nstrip = cms.int32(5),
15 preshClusterShapeCollectionX = cms.string(
'preshowerXClustersShape'),
16 preshClusterShapeCollectionY = cms.string(
'preshowerYClustersShape'),
17 barrelRecHitCollection = cms.InputTag(
'reducedEcalRecHitsEB'),
18 endcapRecHitCollection = cms.InputTag(
'reducedEcalRecHitsEE'),
20 debugLevel = cms.string(
'INFO')