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 recoPFMET = cms.Sequence(pfMet + particleFlowForChargedMET + pfChMet)
9 
10 ##____________________________________________________________________________||
11 from Configuration.Eras.Modifier_pp_on_AA_2018_cff import pp_on_AA_2018
12 pp_on_AA_2018.toModify(pfMet, globalThreshold = 999.)
13 pp_on_AA_2018.toModify(pfChMet, globalThreshold = 999.)