CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltIslandSuperClusters_cfi.py
Go to the documentation of this file.
2 
3 #
4 # $Id: hltIslandSuperClusters_cfi.py,v 1.2 2008/04/21 03:25:38 rpw Exp $
5 #
6 # Island SuperCluster producer
7 hltIslandSuperClusters = cms.EDProducer("SuperClusterProducer",
8  barrelSuperclusterCollection = cms.string('islandBarrelSuperClusters'),
9  endcapEtaSearchRoad = cms.double(0.14),
10  barrelClusterCollection = cms.string('islandBarrelBasicClusters'),
11  endcapClusterProducer = cms.string('hltIslandBasicClusters'),
12  barrelPhiSearchRoad = cms.double(0.2),
13  endcapPhiSearchRoad = cms.double(0.4),
14  VerbosityLevel = cms.string('ERROR'),
15  seedTransverseEnergyThreshold = cms.double(1.5),
16  endcapSuperclusterCollection = cms.string('islandEndcapSuperClusters'),
17  barrelEtaSearchRoad = cms.double(0.06),
18  doBarrel = cms.bool(True),
19  doEndcaps = cms.bool(True),
20  endcapClusterCollection = cms.string('islandEndcapBasicClusters'),
21  barrelClusterProducer = cms.string('hltIslandBasicClusters')
22 )
23 
24