Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007 islandSuperClusters = cms.EDProducer("HiSuperClusterProducer",
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 barrelBCEnergyThreshold = cms.double(0),
00017 endcapBCEnergyThreshold = cms.double(0),
00018 endcapSuperclusterCollection = cms.string('islandEndcapSuperClusters'),
00019 barrelEtaSearchRoad = cms.double(0.07),
00020 doBarrel = cms.bool(True),
00021 doEndcaps = cms.bool(True),
00022 endcapClusterCollection = cms.string('islandEndcapBasicClusters'),
00023 barrelClusterProducer = cms.string('islandBasicClusters')
00024 )
00025
00026