Variables | |
tuple | islandSuperClusters |
00001 cms.EDProducer("HiSuperClusterProducer", 00002 barrelSuperclusterCollection = cms.string('islandBarrelSuperClusters'), 00003 endcapEtaSearchRoad = cms.double(0.14), 00004 barrelClusterCollection = cms.string('islandBarrelBasicClusters'), 00005 endcapClusterProducer = cms.string('islandBasicClusters'), 00006 barrelPhiSearchRoad = cms.double(0.8), 00007 endcapPhiSearchRoad = cms.double(0.6), 00008 VerbosityLevel = cms.string('ERROR'), 00009 seedTransverseEnergyThreshold = cms.double(1.0), 00010 barrelBCEnergyThreshold = cms.double(0), 00011 endcapBCEnergyThreshold = cms.double(0), 00012 endcapSuperclusterCollection = cms.string('islandEndcapSuperClusters'), 00013 barrelEtaSearchRoad = cms.double(0.07), 00014 doBarrel = cms.bool(True), 00015 doEndcaps = cms.bool(True), 00016 endcapClusterCollection = cms.string('islandEndcapBasicClusters'), 00017 barrelClusterProducer = cms.string('islandBasicClusters') 00018 )
Definition at line 7 of file HiIslandSuperClusters_cfi.py.