CMS 3D CMS Logo

pfBlockBasedIsolation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 pfBlockBasedIsolation = cms.PSet(
5  #required inputs
6  ComponentName = cms.string('pfBlockBasedIsolation'),
7  coneSize = cms.double(9999999999)
8 )
9 
10