CMS 3D CMS Logo

HLTPFPuppiMETReconstruction_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 from ..modules.hltPFPuppiMET_cfi import *
5 from ..modules.hltPFPuppiNoLep_cfi import *
7 
8 HLTPFPuppiMETReconstruction = cms.Sequence(
9  goodOfflinePrimaryVertices +
10  hltPixelClustersMultiplicity +
11  hltPFPuppiNoLep +
12  hltPFPuppiMET
13 )