CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltEgammaNxNClusters_cfi.py
Go to the documentation of this file.
2 
3 hltSimple3x3Clusters= cms.EDProducer("EgammaHLTNxNClusterProducer",
4  barrelHitProducer = cms.InputTag('hltEcalRegionalPi0EtaRecHit','EcalRecHitsEB' ),
5  endcapHitProducer = cms.InputTag('hltEcalRegionalPi0EtaRecHit','EcalRecHitsEE' ),
6  useRecoFlag = cms.bool( False ),
7  flagLevelRecHitsToUse = cms.int32( 1 ),
8  useDBStatus = cms.bool( True ),
9  statusLevelRecHitsToUse = cms.int32( 1 ),
10  barrelClusterCollection = cms.string("Simple3x3ClustersBarrel"),
11  endcapClusterCollection = cms.string("Simple3x3ClustersEndcap"),
12  clusSeedThr = cms.double( 0.5 ),
13  clusSeedThrEndCap = cms.double( 1.0),
14  doBarrel = cms.bool( True ),
15  doEndcaps = cms.bool( True ),
16  clusEtaSize = cms.int32(3),
17  clusPhiSize = cms.int32(3),
18  maxNumberofSeeds = cms.int32( 1000 ),
19  maxNumberofClusters = cms.int32( 200 ),
20  debugLevel = cms.int32( 0 ),
21  posCalcParameters = cms.PSet( T0_barl = cms.double(7.4),
22  T0_endc = cms.double(3.1),
23  T0_endcPresh = cms.double(1.2),
24  LogWeighted = cms.bool(True),
25  W0 = cms.double(4.2),
26  X0 = cms.double(0.89)
27  )
28 )