Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007 islandSuperClusters = cms.EDProducer("SuperClusterProducer",
00008 barrelSuperclusterCollection = cms.string('islandBarrelSuperClusters'),
00009 endcapEtaSearchRoad = cms.double(0.14),
00010 barrelClusterCollection = cms.string('islandBarrelBasicClusters'),
00011 endcapClusterProducer = cms.string('islandBasicClusters'),
00012 barrelPhiSearchRoad = cms.double(0.8),
00013 endcapPhiSearchRoad = cms.double(0.6),
00014 VerbosityLevel = cms.string('ERROR'),
00015 seedTransverseEnergyThreshold = cms.double(1.0),
00016 endcapSuperclusterCollection = cms.string('islandEndcapSuperClusters'),
00017 barrelEtaSearchRoad = cms.double(0.06),
00018 doBarrel = cms.bool(True),
00019 doEndcaps = cms.bool(True),
00020 endcapClusterCollection = cms.string('islandEndcapBasicClusters'),
00021 barrelClusterProducer = cms.string('islandBasicClusters'),
00022 posCalcParameters = cms.PSet( T0_barl = cms.double(7.4),
00023 T0_endc = cms.double(3.1),
00024 T0_endcPresh = cms.double(1.2),
00025 LogWeighted = cms.bool(True),
00026 W0 = cms.double(4.2),
00027 X0 = cms.double(0.89)
00028 )
00029 )
00030
00031