CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fixedMatrixSuperClusters_cfi.py
Go to the documentation of this file.
2 
3 #
4 # $Id: fixedMatrixSuperClusters_cfi.py,v 1.2 2008/04/21 03:24:08 rpw Exp $
5 #
6 # Fixed Matrix SuperCluster producer
7 fixedMatrixSuperClusters = cms.EDProducer("FixedMatrixSuperClusterProducer",
8  barrelSuperclusterCollection = cms.string('fixedMatrixBarrelSuperClusters'),
9  endcapEtaSearchRoad = cms.double(0.14),
10  barrelClusterCollection = cms.string('fixedMatrixBarrelBasicClusters'),
11  dynamicPhiRoad = cms.bool(True),
12  endcapClusterProducer = cms.string('fixedMatrixBasicClusters'),
13  barrelPhiSearchRoad = cms.double(0.8),
14  endcapPhiSearchRoad = cms.double(0.6),
15  VerbosityLevel = cms.string('ERROR'),
16  seedTransverseEnergyThreshold = cms.double(1.0),
17  doBarrel = cms.bool(False),
18  endcapSuperclusterCollection = cms.string('fixedMatrixEndcapSuperClusters'),
19  barrelEtaSearchRoad = cms.double(0.06),
20  # for brem recovery
21  bremRecoveryPset = cms.PSet(
22  barrel = cms.PSet(
23  cryVec = cms.vint32(16, 13, 11, 10, 9,
24  8, 7, 6, 5, 4,
25  3),
26  cryMin = cms.int32(2),
27  etVec = cms.vdouble(5.0, 10.0, 15.0, 20.0, 30.0,
28  40.0, 45.0, 55.0, 135.0, 195.0,
29  225.0)
30  ),
31  endcap = cms.PSet(
32  a = cms.double(47.85),
33  c = cms.double(0.1201),
34  b = cms.double(108.8)
35  )
36  ),
37  doEndcaps = cms.bool(True),
38  endcapClusterCollection = cms.string('fixedMatrixEndcapBasicClusters'),
39  barrelClusterProducer = cms.string('fixedMatrixBasicClusters')
40 )
41 
42