1 = cms.EDProducer(
"EgammaHLTNxNClusterProducer",
2 barrelHitProducer = cms.InputTag(
'hltEcalRegionalPi0EtaRecHit',
'EcalRecHitsEB' ),
3 endcapHitProducer = cms.InputTag(
'hltEcalRegionalPi0EtaRecHit',
'EcalRecHitsEE' ),
4 useRecoFlag = cms.bool(
False ),
5 flagLevelRecHitsToUse = cms.int32( 1 ),
6 useDBStatus = cms.bool(
True ),
7 statusLevelRecHitsToUse = cms.int32( 1 ),
8 barrelClusterCollection = cms.string(
"Simple3x3ClustersBarrel"),
9 endcapClusterCollection = cms.string(
"Simple3x3ClustersEndcap"),
10 clusSeedThr = cms.double( 0.5 ),
11 clusSeedThrEndCap = cms.double( 1.0),
12 doBarrel = cms.bool(
True ),
13 doEndcaps = cms.bool(
True ),
14 clusEtaSize = cms.int32(3),
15 clusPhiSize = cms.int32(3),
16 maxNumberofSeeds = cms.int32( 1000 ),
17 maxNumberofClusters = cms.int32( 200 ),
18 debugLevel = cms.int32( 0 ),
19 posCalcParameters = cms.PSet( T0_barl = cms.double(7.4),
20 T0_endc = cms.double(3.1),
21 T0_endcPresh = cms.double(1.2),
22 LogWeighted = cms.bool(
True),