CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/CommonTools/ParticleFlow/python/pfMET_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Clone pfMET producer from RecoMET  
00004 from RecoMET.METProducers.PFMET_cfi import *
00005 
00006 # Should the name be changed se it is similar to pfMET from reco ??
00007 pfMET = pfMET.clone(alias="pfMET")
00008 
00009 # Use PF2PAT cleaned jet collection (pfJets) for MET significance
00010 # instead of standard collection (ak5PFJets)?
00011 # It requires that MET is produced at the end.
00012 pfMET.jets = cms.InputTag("pfJets")
00013 
00014 # print 'PF2PAT: Jet collection used for pfMET significance: ', pfMET.jets