CMS 3D CMS Logo

muIsolatorBlocks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # -*-TCL-*-
4 IsolatorByDepositR03 = cms.PSet(
5  IsolatorPSet = cms.PSet(
6  ComponentName = cms.string('IsolatorByDeposit'),
7  ConeSizeType = cms.string('FixedConeSize'),
8  coneSize = cms.double(0.3)
9  )
10 )
11 
12