CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMuon/MuonIsolationProducers/python/muIsolatorBlocks_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # -*-TCL-*-
00004 IsolatorByDepositR03 = cms.PSet(
00005     IsolatorPSet = cms.PSet(
00006         ComponentName = cms.string('IsolatorByDeposit'),
00007         ConeSizeType = cms.string('FixedConeSize'),
00008         coneSize = cms.double(0.3)
00009     )
00010 )
00011 
00012