CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
uncleanSCRecovery_cfi.py
Go to the documentation of this file.
2 
3 
4 uncleanSCRecovered = cms.EDProducer("UncleanSCRecoveryProducer",
5 
6  # input collections:
7  cleanBcCollection = cms.InputTag('hybridSuperClusters','hybridBarrelBasicClusters'),
8  cleanScCollection = cms.InputTag('hybridSuperClusters',''),
9 
10  uncleanBcCollection = cms.InputTag('hybridSuperClusters','uncleanOnlyHybridBarrelBasicClusters'),
11  uncleanScCollection = cms.InputTag('hybridSuperClusters','uncleanOnlyHybridSuperClusters'),
12  # names of collections to be produced:
13  bcCollection = cms.string('uncleanHybridBarrelBasicClusters'),
14  scCollection = cms.string('uncleanHybridSuperClusters'),
15 
16  )
17 
18