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.
2 
4 
6 
7 dynamicHybridSuperClusters = RecoEcal.EgammaClusterProducers.hybridSuperClusters_cfi.cleanedHybridSuperClusters.clone(
8  shapeAssociation = cms.string('dynamicHybridShapeAssoc'),
9  dynamicPhiRoad = cms.bool(True),
10  basicclusterCollection = cms.string(''),
11  dynamicEThresh = cms.bool(True),
12  bremRecoveryPset = cms.PSet(
13  barrel = cms.PSet(
14  cryVec = cms.vint32(17, 15, 13, 12, 11,
15  10, 9, 8, 7, 6),
16  cryMin = cms.int32(5),
17  etVec = cms.vdouble(5.0, 10.0, 15.0, 20.0, 30.0,
18  40.0, 45.0, 135.0, 195.0, 225.0)
19  ),
20  endcap = cms.PSet(
21  a = cms.double(47.85),
22  c = cms.double(0.1201),
23  b = cms.double(108.8)
24  )
25  )
26  )