CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiIslandSuperClusters_cfi.py
Go to the documentation of this file.
2 
3 #
4 # $Id: HiIslandSuperClusters_cfi.py,v 1.4 2010/10/28 19:13:25 yjlee Exp $
5 #
6 # Island SuperCluster producer
7 islandSuperClusters = cms.EDProducer("HiSuperClusterProducer",
8  barrelSuperclusterCollection = cms.string('islandBarrelSuperClusters'),
9  endcapEtaSearchRoad = cms.double(0.14),
10  barrelClusterCollection = cms.string('islandBarrelBasicClusters'),
11  endcapClusterProducer = cms.string('islandBasicClusters'),
12  barrelPhiSearchRoad = cms.double(0.8),
13  endcapPhiSearchRoad = cms.double(0.6),
14  VerbosityLevel = cms.string('ERROR'),
15  seedTransverseEnergyThreshold = cms.double(1.0),
16  barrelBCEnergyThreshold = cms.double(0),
17  endcapBCEnergyThreshold = cms.double(0),
18  endcapSuperclusterCollection = cms.string('islandEndcapSuperClusters'),
19  barrelEtaSearchRoad = cms.double(0.07),
20  doBarrel = cms.bool(True),
21  doEndcaps = cms.bool(True),
22  endcapClusterCollection = cms.string('islandEndcapBasicClusters'),
23  barrelClusterProducer = cms.string('islandBasicClusters')
24 )
25 
26