CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RecoPFMET_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ##____________________________________________________________________________||
6 from CommonTools.ParticleFlow.pfNoPileUpJME_cff import goodOfflinePrimaryVertices, primaryVertexAssociationJME
7 from CommonTools.PileupAlgos.Puppi_cff import puppiNoLep
9 
10 ##____________________________________________________________________________||
11 recoPFMETTask = cms.Task(pfMet , particleFlowForChargedMET , goodOfflinePrimaryVertices, primaryVertexAssociationJME, pfChMet, puppiNoLep, pfMetPuppi)
12 recoPFMET = cms.Sequence(recoPFMETTask)
13 
14 ##____________________________________________________________________________||
15 from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
16 pp_on_AA.toModify(pfMet, globalThreshold = 999.)
17 pp_on_AA.toModify(pfChMet, globalThreshold = 999.)
18 pp_on_AA.toModify(pfMetPuppi, globalThreshold = 999.)