CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfType1MET_cff.py
Go to the documentation of this file.
2 
5 
6 pfRawMET = pfMET.clone()
7 #pfRawMET.hfCalibFactor = 1.
8 
9 pfType1MET.inputUncorMetLabel = 'pfRawMET'
10 
11 pfCorMET = cms.Sequence( pfRawMET * pfType1MET )
12