CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/ElectroWeakAnalysis/Skimming/python/dimuonsMCMatch_cfi.py

Go to the documentation of this file.
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