CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoEgamma/EgammaIsolationAlgos/python/eleIsoDepositEcalFromHits_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.EgammaIsolationAlgos.eleEcalExtractorBlocks_cff import *
00004 
00005 eleIsoDepositEcalFromHits = cms.EDProducer("CandIsoDepositProducer",
00006     src = cms.InputTag("gsfElectrons"),
00007     trackType = cms.string('candidate'),
00008     MultipleDepositsFlag = cms.bool(False),
00009     ExtractorPSet = cms.PSet(EleIsoEcalFromHitsExtractorBlock)
00010 )
00011 
00012 
00013