CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
electronRecalibSCAssociator_cfi.py
Go to the documentation of this file.
2 
3 electronRecalibSCAssociator = cms.EDProducer("ElectronRecalibSuperClusterAssociator",
4  electronCollection = cms.string(''),
5  scIslandCollection = cms.string('IslandEndcapRecalibSC'),
6  scIslandProducer = cms.string('correctedIslandEndcapSuperClusters'),
7  scProducer = cms.string('correctedHybridSuperClusters'),
8  electronProducer = cms.string('electronFilter'),
9  scCollection = cms.string('recalibSC')
10 )
11 
12