CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
islandSuperClusters_cfi.py
Go to the documentation of this file.
2 
3 #
4 # $Id: islandSuperClusters_cfi.py,v 1.3 2010/11/16 16:02:09 argiro Exp $
5 #
6 # Island SuperCluster producer
7 islandSuperClusters = cms.EDProducer("SuperClusterProducer",
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  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('islandBasicClusters'),
22  posCalcParameters = cms.PSet( T0_barl = cms.double(7.4),
23  T0_endc = cms.double(3.1),
24  T0_endcPresh = cms.double(1.2),
25  LogWeighted = cms.bool(True),
26  W0 = cms.double(4.2),
27  X0 = cms.double(0.89)
28  )
29 )
30 
31