CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
allMuonsGenParticlesMatch_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 allMuonsGenParticlesMatch = cms.EDFilter("MCTruthDeltaRMatcher",
4  src = cms.InputTag("allMuons"),
5  distMin = cms.double(0.15),
6  matchPDGId = cms.vint32(13),
7  matched = cms.InputTag("genParticleCandidates")
8 )
9 
10