1 import FWCore.ParameterSet.Config
as cms
4 piZeroDiscriminators = cms.EDProducer(
"PiZeroDiscriminatorProducer",
6 preshClusterShapeProducer = cms.string(
'preshowerClusterShape'),
7 corrPhoProducer = cms.string(
'photons'),
8 correctedPhotonCollection = cms.string(
''),
9 preshStripEnergyCut = cms.double(0.0),
11 EScorr = cms.int32(1),
12 Pi0Association = cms.string(
'PhotonPi0DiscriminatorAssociationMap'),
13 preshPi0Nstrip = cms.int32(5),
14 preshClusterShapeCollectionX = cms.string(
'preshowerXClustersShape'),
15 preshClusterShapeCollectionY = cms.string(
'preshowerYClustersShape'),
16 barrelRecHitCollection = cms.InputTag(
'reducedEcalRecHitsEB'),
17 endcapRecHitCollection = cms.InputTag(
'reducedEcalRecHitsEE'),
19 debugLevel = cms.string(
'INFO')