Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Validation
RecoMET
python
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
)
Config
Generated for CMSSW Reference Manual by
1.8.5