1 = cms.EDProducer(
"EGRefinedSCFixer",
2 orgRefinedSC = cms.InputTag(
"particleFlowEGamma",
'', cms.InputTag.skipCurrentProcess()),
3 orgSC = cms.InputTag(
"particleFlowSuperClusterECAL",
'', cms.InputTag.skipCurrentProcess()),
4 fixedSC = cms.InputTag(
"particleFlowSuperClusterECALGSFixed"),
5 fixedPFClusters = cms.InputTag(
"particleFlowClusterECALGSFixed"),
6 throwOnDupECALClustersInEvent = cms.bool(
False),
7 throwOnDupESClustersInEvent = cms.bool(
True)