CMS 3D CMS Logo

RecoPFMET_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ##____________________________________________________________________________||
6 
7 ##____________________________________________________________________________||
8 recoPFMETTask = cms.Task(pfMet , particleFlowForChargedMET , pfChMet)
9 recoPFMET = cms.Sequence(recoPFMETTask)
10 
11 ##____________________________________________________________________________||
12 from Configuration.Eras.Modifier_pp_on_AA_2018_cff import pp_on_AA_2018
13 pp_on_AA_2018.toModify(pfMet, globalThreshold = 999.)
14 pp_on_AA_2018.toModify(pfChMet, globalThreshold = 999.)