Variables | |
tuple | dimuonsMCMatch |
00001 cms.EDFilter("MCTruthCompositeMatcherNew", 00002 src = cms.InputTag("dimuons"), 00003 # 00004 # comment PAT match because works only for layer-0 muons 00005 # 00006 # VInputTag matchMaps = { muonMatch } 00007 matchPDGId = cms.vint32(), 00008 matchMaps = cms.VInputTag(cms.InputTag("goodMuonMCMatch")) 00009 )
Definition at line 3 of file dimuonsMCMatch_cfi.py.