CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
addWeightedIsolation_cfi.py
Go to the documentation of this file.
2 
3 def addWeightedIsolation(process):
4  process.load("RecoTauTag.Configuration.HPSPFTaus_cff")
5  process.hpsPFTauMVAIsolation2Seq+=process.hpsPFTauMVA3IsolationNeutralIsoPtSumWeight
6 
7  return process