CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/PhysicsTools/PatAlgos/python/producersLayer1/muonProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # prepare reco information
00004 # NOT NEEDED AT THE MOMENT
00005 
00006 # add PAT specifics
00007 from PhysicsTools.PatAlgos.mcMatchLayer0.muonMatch_cfi import *
00008 
00009 # produce object
00010 from PhysicsTools.PatAlgos.producersLayer1.muonProducer_cfi import *
00011 
00012 makePatMuons = cms.Sequence(
00013     # reco pre-production
00014     # pat specifics
00015     muonMatch *
00016     # object production
00017     patMuons
00018     )