1 import FWCore.ParameterSet.Config
as cms
3 particleFlowEGammaGSFixed = cms.EDProducer(
"EGRefinedSCFixer",
4 orgRefinedSC = cms.InputTag(
"particleFlowEGamma",
'', cms.InputTag.skipCurrentProcess()),
5 orgSC = cms.InputTag(
"particleFlowSuperClusterECAL",
'', cms.InputTag.skipCurrentProcess()),
6 fixedSC = cms.InputTag(
"particleFlowSuperClusterECALGSFixed"),
7 fixedPFClusters = cms.InputTag(
"particleFlowClusterECALGSFixed"),
8 throwOnDupECALClustersInEvent = cms.bool(
False),
9 throwOnDupESClustersInEvent = cms.bool(
True)