CMS 3D CMS Logo

metProducer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 ## for scheduled mode
7 makePatMETsTask = cms.Task(
8  patMETCorrectionsTask,
9  patMETs
10  )
11 makePatMETs = cms.Sequence(makePatMETsTask)