CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
allTrackMCMatch_cfi.py
Go to the documentation of this file.
2 
3 allTrackMCMatch = cms.EDFilter("GenParticleMatchMerger",
4  src = cms.VInputTag(cms.InputTag("trackMCMatch"), cms.InputTag("standAloneMuonsMCMatch"), cms.InputTag("globalMuonsMCMatch"))
5 )
6 
7