CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
metProducer_cff.py
Go to the documentation of this file.
2 
3 # prepare reco information
5 
6 # produce object
8 
9 makePatMETs = cms.Sequence(
10  # reco pre-production
11  patMETCorrections *
12  # pat specifics
13  # object production
14  patMETs
15  )