CMS 3D CMS Logo

allTrackMCMatch_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 allTrackMCMatch = cms.EDProducer("GenParticleMatchMerger",
4  src = cms.VInputTag(cms.InputTag("trackMCMatch"),
5  cms.InputTag("standAloneMuonsMCMatch"),
6  cms.InputTag("globalMuonsMCMatch")))
7 
8