CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/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