test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
METPostProcessor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ################# Postprocessing #########################
4 METPostprocessing = cms.EDAnalyzer('METTesterPostProcessor')
5 
6 ################ Postprocessing Harvesting #########################
7 METPostprocessingHarvesting = cms.EDAnalyzer('METTesterPostProcessorHarvesting',
8  METTypeRECO = cms.InputTag("PfMetT1"),
9  METTypeMiniAOD = cms.InputTag("slimmedMETs")
10  )