CMS 3D CMS Logo

HLTPFMETsReconstruction_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltPFMET_cfi import *
8 from ..modules.hltPFMETTypeOne_cfi import *
10 
11 HLTPFMETsReconstruction = cms.Sequence(hltPFMET+hltPFMETJetCorrectorL1+hltPFMETJetCorrectorL2+hltPFMETJetCorrectorL3+hltPFMETJetCorrector+hltPFMETTypeOneCorrector+hltPFMETTypeOne)