Variables | |
tuple | isoValMuonWithNeutral |
00001 cms.EDProducer( 00002 "CandIsolatorFromDeposits", 00003 deposits = cms.VPSet( 00004 cms.PSet( 00005 src = cms.InputTag("isoDepMuonWithNeutral"), 00006 deltaR = cms.double(0.4), 00007 weight = cms.string('1'), # 0.33333 00008 vetos = cms.vstring('Threshold(0.5)'), 00009 skipDefaultVeto = cms.bool(True), 00010 mode = cms.string('sum') 00011 ) 00012 ) 00013 )
Definition at line 3 of file isoValMuonWithNeutral_cfi.py.