CMS 3D CMS Logo

electronRecalibSCAssociator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 electronRecalibSCAssociator = cms.EDFilter("ElectronRecalibSuperClusterAssociator",
00004     electronCollection = cms.string(''),
00005     scIslandCollection = cms.string('IslandEndcapRecalibSC'),
00006     scIslandProducer = cms.string('correctedIslandEndcapSuperClusters'),
00007     scProducer = cms.string('correctedHybridSuperClusters'),
00008     electronProducer = cms.string('electronFilter'),
00009     scCollection = cms.string('recalibSC')
00010 )
00011 
00012 

Generated on Tue Jun 9 17:25:31 2009 for CMSSW by  doxygen 1.5.4