Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:40

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 import RecoEcal.EgammaClusterProducers.hybridSuperClusters_cfi
0004 
0005 dynamicHybridSuperClusters = RecoEcal.EgammaClusterProducers.hybridSuperClusters_cfi.cleanedHybridSuperClusters.clone(
0006     shapeAssociation       = 'dynamicHybridShapeAssoc',
0007     dynamicPhiRoad         = True,
0008     basicclusterCollection = '',
0009     dynamicEThresh         = True,
0010     bremRecoveryPset = cms.PSet(
0011        barrel = cms.PSet(
0012          cryVec = cms.vint32(17, 15, 13, 12, 11,
0013                              10, 9, 8, 7, 6),
0014          cryMin = cms.int32(5),
0015          etVec = cms.vdouble(5.0, 10.0, 15.0, 20.0, 30.0,
0016                              40.0, 45.0, 135.0, 195.0, 225.0)
0017        ),
0018        endcap = cms.PSet(
0019          a = cms.double(47.85),
0020          c = cms.double(0.1201),
0021          b = cms.double(108.8)
0022        )
0023     )
0024 )