CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dimuonsMCMatch_cfi.py
Go to the documentation of this file.
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