Main Page
Namespaces
Classes
Package Documentation
RecoEgamma
EgammaIsolationAlgos
python
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
Generated for CMSSW Reference Manual by
1.8.11