CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEcal/EgammaClusterProducers/python/uncleanSCRecovery_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 uncleanSCRecovered = cms.EDProducer("UncleanSCRecoveryProducer",
00005 
00006             # input collections:
00007             cleanBcCollection = cms.InputTag('hybridSuperClusters','hybridBarrelBasicClusters'),
00008             cleanScCollection = cms.InputTag('hybridSuperClusters',''),
00009                                     
00010             uncleanBcCollection = cms.InputTag('hybridSuperClusters','uncleanOnlyHybridBarrelBasicClusters'),
00011             uncleanScCollection = cms.InputTag('hybridSuperClusters','uncleanOnlyHybridSuperClusters'),
00012             # names of collections to be produced:
00013             bcCollection = cms.string('uncleanHybridBarrelBasicClusters'),
00014             scCollection = cms.string('uncleanHybridSuperClusters'),
00015 
00016             )
00017 
00018