CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CommonTools/ParticleFlow/python/Isolation/isoValPhotonWithPhotons_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 isoValPhotonWithPhotons = cms.EDProducer(
00004     "CandIsolatorFromDeposits",
00005     deposits = cms.VPSet(
00006     cms.PSet(
00007     src = cms.InputTag("isoDepPhotonWithPhotons"),
00008     deltaR = cms.double(0.4),
00009     weight = cms.string('1'),
00010     vetos = cms.vstring('Threshold(0.5)'),
00011     skipDefaultVeto = cms.bool(True),
00012     mode = cms.string('sum')
00013     )
00014     )
00015     )
00016 
00017