Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007 fixedMatrixSuperClusters = cms.EDProducer("FixedMatrixSuperClusterProducer",
00008 barrelSuperclusterCollection = cms.string('fixedMatrixBarrelSuperClusters'),
00009 endcapEtaSearchRoad = cms.double(0.14),
00010 barrelClusterCollection = cms.string('fixedMatrixBarrelBasicClusters'),
00011 dynamicPhiRoad = cms.bool(True),
00012 endcapClusterProducer = cms.string('fixedMatrixBasicClusters'),
00013 barrelPhiSearchRoad = cms.double(0.8),
00014 endcapPhiSearchRoad = cms.double(0.6),
00015 VerbosityLevel = cms.string('ERROR'),
00016 seedTransverseEnergyThreshold = cms.double(1.0),
00017 doBarrel = cms.bool(False),
00018 endcapSuperclusterCollection = cms.string('fixedMatrixEndcapSuperClusters'),
00019 barrelEtaSearchRoad = cms.double(0.06),
00020
00021 bremRecoveryPset = cms.PSet(
00022 barrel = cms.PSet(
00023 cryVec = cms.vint32(16, 13, 11, 10, 9,
00024 8, 7, 6, 5, 4,
00025 3),
00026 cryMin = cms.int32(2),
00027 etVec = cms.vdouble(5.0, 10.0, 15.0, 20.0, 30.0,
00028 40.0, 45.0, 55.0, 135.0, 195.0,
00029 225.0)
00030 ),
00031 endcap = cms.PSet(
00032 a = cms.double(47.85),
00033 c = cms.double(0.1201),
00034 b = cms.double(108.8)
00035 )
00036 ),
00037 doEndcaps = cms.bool(True),
00038 endcapClusterCollection = cms.string('fixedMatrixEndcapBasicClusters'),
00039 barrelClusterProducer = cms.string('fixedMatrixBasicClusters')
00040 )
00041
00042