CMS 3D CMS Logo

RecoPFMET_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
6 from CommonTools.PileupAlgos.Puppi_cff import puppiNoLep
8 
9 
10 recoPFMETTask = cms.Task(pfMet , particleFlowForChargedMET , pfChMet, puppiNoLep, pfMetPuppi)
11 recoPFMET = cms.Sequence(recoPFMETTask)
12 
13 
14 from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
15 pp_on_AA.toModify(pfMet, globalThreshold = 999.)
16 pp_on_AA.toModify(pfChMet, globalThreshold = 999.)
17 pp_on_AA.toModify(pfMetPuppi, globalThreshold = 999.)