Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:20:39

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # -*-TCL-*-
0004 IsolatorByDepositR03 = cms.PSet(
0005     IsolatorPSet = cms.PSet(
0006         ComponentName = cms.string('IsolatorByDeposit'),
0007         ConeSizeType = cms.string('FixedConeSize'),
0008         coneSize = cms.double(0.3)
0009     )
0010 )
0011 
0012