CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pfMET_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Clone pfMET producer from RecoMET
5 
6 # Should the name be changed se it is similar to pfMet from reco ??
7 pfMET = pfMet.clone(
8  alias = "pfMET",
9 
10  # Use PF2PAT cleaned jet collection (pfJets) for MET significance
11  # instead of standard collection (ak4PFJets)?
12  # It requires that MET is produced at the end.
13  srcJets = "pfJets"
14 )
15 # print 'PF2PAT: Jet collection used for pfMET significance: ', pfMET.jets