CMS 3D CMS Logo

hybridSuperClusters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Producer for Hybrid BasicClusters and SuperClusters
00004 hybridSuperClusters = cms.EDProducer("HybridClusterProducer",
00005     eThreshA = cms.double(0.003),
00006     # seed thresold for dominos
00007     eseed = cms.double(0.35),
00008     posCalc_x0 = cms.double(0.89),
00009     # output collections
00010     clustershapecollection = cms.string(''),
00011     shapeAssociation = cms.string('hybridShapeAssoc'),
00012     # if e1x3 larger than ewing use 1x5
00013     # e.g. always build 1x5
00014     ewing = cms.double(0.0),
00015     # clustering parameters
00016     #
00017     # threshold on seed RecHits
00018     HybridBarrelSeedThr = cms.double(1.0),
00019     dynamicPhiRoad = cms.bool(False),
00020     basicclusterCollection = cms.string('hybridBarrelBasicClusters'),
00021     posCalc_w0 = cms.double(4.2),
00022     # phi road parameters
00023     step = cms.int32(17),
00024     eThreshB = cms.double(0.1),
00025     posCalc_t0 = cms.double(7.4),
00026     debugLevel = cms.string('INFO'),
00027     dynamicEThresh = cms.bool(False),
00028     # domino thresholds
00029     ethresh = cms.double(0.1),
00030     superclusterCollection = cms.string(''),
00031     posCalc_logweight = cms.bool(True),
00032     ecalhitcollection = cms.string('EcalRecHitsEB'),
00033     # input collection
00034     ecalhitproducer = cms.string('ecalRecHit')
00035 )
00036 
00037 

Generated on Tue Jun 9 17:43:15 2009 for CMSSW by  doxygen 1.5.4