CMS 3D CMS Logo

dimuonsMCMatch_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 dimuonsMCMatch = cms.EDFilter("MCTruthCompositeMatcherNew",
4  src = cms.InputTag("dimuons"),
5  #
6  # comment PAT match because works only for layer-0 muons
7  #
8  # VInputTag matchMaps = { muonMatch }
9  matchPDGId = cms.vint32(),
10  matchMaps = cms.VInputTag(cms.InputTag("goodMuonMCMatch"))
11 )
12 
13