Variables | |
tuple | allStandAloneMuonTracksGenParticlesLeptonMatch |
tuple allStandAloneMuonTracksGenParticlesLeptonMatch_cfi::allStandAloneMuonTracksGenParticlesLeptonMatch |
00001 cms.EDFilter("MCTruthDeltaRMatcher", 00002 src = cms.InputTag("allStandAloneMuonTracks"), 00003 # note the unusually large value due to 00004 # poor resolution 00005 distMin = cms.double(0.5), 00006 matchPDGId = cms.vint32(13), 00007 matched = cms.InputTag("genParticleCandidates") 00008 )
Definition at line 3 of file allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py.