CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEcal/EgammaClusterProducers/python/multi5x5SuperClusters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # $Id: multi5x5SuperClusters_cfi.py,v 1.2 2008/05/30 15:43:17 rpw Exp $
00005 #
00006 # Multi5x5 SuperCluster producer
00007 multi5x5SuperClusters = cms.EDProducer("Multi5x5SuperClusterProducer",
00008     barrelSuperclusterCollection = cms.string('multi5x5BarrelSuperClusters'),
00009     endcapEtaSearchRoad = cms.double(0.14),
00010     barrelClusterCollection = cms.string('multi5x5BarrelBasicClusters'),
00011     dynamicPhiRoad = cms.bool(False),
00012     endcapClusterProducer = cms.string('multi5x5BasicClusters'),
00013     barrelPhiSearchRoad = cms.double(0.8),
00014     endcapPhiSearchRoad = cms.double(0.6),
00015     VerbosityLevel = cms.string('ERROR'),
00016     seedTransverseEnergyThreshold = cms.double(1.0),
00017     doBarrel = cms.bool(False),
00018     endcapSuperclusterCollection = cms.string('multi5x5EndcapSuperClusters'),
00019     barrelEtaSearchRoad = cms.double(0.06),
00020     # for brem recovery
00021     bremRecoveryPset = cms.PSet(
00022         barrel = cms.PSet(
00023             cryVec = cms.vint32(16, 13, 11, 10, 9, 
00024                 8, 7, 6, 5, 4, 
00025                 3),
00026             cryMin = cms.int32(2),
00027             etVec = cms.vdouble(5.0, 10.0, 15.0, 20.0, 30.0, 
00028                 40.0, 45.0, 55.0, 135.0, 195.0, 
00029                 225.0)
00030         ),
00031         endcap = cms.PSet(
00032             a = cms.double(47.85),
00033             c = cms.double(0.1201),
00034             b = cms.double(108.8)
00035         )
00036     ),
00037     doEndcaps = cms.bool(True),
00038     endcapClusterCollection = cms.string('multi5x5EndcapBasicClusters'),
00039     barrelClusterProducer = cms.string('multi5x5BasicClusters')
00040 )
00041 
00042