CMS 3D CMS Logo

mhtProducer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # prepare reco information
4 # from PhysicsTools.PatAlgos.recoLayer0.jetMETCorrections_cff import *
5 
6 # produce object
8 
9 makePatMHTs = cms.Sequence(
10  patMHTs
11  )