CMS 3D CMS Logo

islandSuperClusters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # $Id: islandSuperClusters_cfi.py,v 1.2 2008/04/21 03:24:12 rpw Exp $
00005 #
00006 # Island SuperCluster producer
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 )
00023 
00024 

Generated on Tue Jun 9 17:43:15 2009 for CMSSW by  doxygen 1.5.4