CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
allTracksGenParticlesLeptonMatch_cfi.py
Go to the documentation of this file.
2 
3 allTracksGenParticlesLeptonMatch = cms.EDFilter("MCTruthDeltaRMatcher",
4  src = cms.InputTag("allTracks"),
5  distMin = cms.double(0.15),
6  matchPDGId = cms.vint32(11, 13),
7  matched = cms.InputTag("genParticleCandidates")
8 )
9 
10