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