CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
particleFlowEGammaGSFixed_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
10 
11 )