CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfBlockBasedIsolation_cfi.py
Go to the documentation of this file.
2 
3 
4 pfBlockBasedIsolation = cms.PSet(
5  #required inputs
6  ComponentName = cms.string('pfBlockBasedIsolation'),
7  coneSize = cms.double(9999999999)
8 )
9 
10