CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
isoValMuonWithNeutral_cfi.py
Go to the documentation of this file.
2 
3 isoValMuonWithNeutral = cms.EDProducer(
4  "CandIsolatorFromDeposits",
5  deposits = cms.VPSet(
6  cms.PSet(
7  src = cms.InputTag("isoDepMuonWithNeutral"),
8  deltaR = cms.double(0.4),
9  weight = cms.string('1'), # 0.33333
10  vetos = cms.vstring('Threshold(0.5)'),
11  skipDefaultVeto = cms.bool(True),
12  mode = cms.string('sum')
13  )
14  )
15  )
16 
17