CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Calibration/EcalCalibAlgos/python/electronRecalibSCAssociator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 electronRecalibSCAssociator = cms.EDProducer("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