00001 import FWCore.ParameterSet.Config as cms 00002 00003 dimuonsMCMatch = cms.EDFilter("MCTruthCompositeMatcherNew", 00004 src = cms.InputTag("dimuons"), 00005 # 00006 # comment PAT match because works only for layer-0 muons 00007 # 00008 # VInputTag matchMaps = { muonMatch } 00009 matchPDGId = cms.vint32(), 00010 matchMaps = cms.VInputTag(cms.InputTag("goodMuonMCMatch")) 00011 ) 00012 00013