CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/PhysicsTools/PatAlgos/python/producersLayer1/mhtProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # prepare reco information
00004 # from PhysicsTools.PatAlgos.recoLayer0.jetMETCorrections_cff import *
00005 
00006 # produce object
00007 from PhysicsTools.PatAlgos.producersLayer1.mhtProducer_cfi import *
00008 
00009 makePatMHTs = cms.Sequence(
00010     patMHTs
00011     )