CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dynamicHybridSuperClusters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 dynamicHybridSuperClusters = RecoEcal.EgammaClusterProducers.hybridSuperClusters_cfi.cleanedHybridSuperClusters.clone(
6  shapeAssociation = cms.string('dynamicHybridShapeAssoc'),
7  dynamicPhiRoad = cms.bool(True),
8  basicclusterCollection = cms.string(''),
9  dynamicEThresh = cms.bool(True),
10  bremRecoveryPset = cms.PSet(
11  barrel = cms.PSet(
12  cryVec = cms.vint32(17, 15, 13, 12, 11,
13  10, 9, 8, 7, 6),
14  cryMin = cms.int32(5),
15  etVec = cms.vdouble(5.0, 10.0, 15.0, 20.0, 30.0,
16  40.0, 45.0, 135.0, 195.0, 225.0)
17  ),
18  endcap = cms.PSet(
19  a = cms.double(47.85),
20  c = cms.double(0.1201),
21  b = cms.double(108.8)
22  )
23  )
24  )