CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dimuonsOneTrackMCMatch_cfi.py
Go to the documentation of this file.
2 
3 dimuonsOneTrackMCMatch = cms.EDFilter("MCTruthCompositeMatcherNew",
4  src = cms.InputTag("dimuonsOneTrack"),
5  #
6  # comment PAT match because works only for layer-0 muons
7  #
8  # VInputTag matchMaps = { muonMatch, goodTrackMCMatch }
9  matchPDGId = cms.vint32(),
10  matchMaps = cms.VInputTag(cms.InputTag("goodMuonMCMatch"), cms.InputTag("goodTrackMCMatch"))
11 )
12 
13