CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/PhysicsTools/PatAlgos/python/producersLayer1/metProducer_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.metProducer_cfi import *
00008 
00009 makePatMETs = cms.Sequence(
00010     # reco pre-production
00011     patMETCorrections *
00012     # pat specifics
00013     # object production
00014     patMETs
00015     )