2 algoName = cms.string(
"PFlow2DClusterizerWithTime"),
4 minFractionToKeep = cms.double(1e-7),
5 positionCalc = _positionCalcECAL_3x3_nodepth,
6 allCellsPositionCalc = _positionCalcECAL_all_nodepth,
7 positionCalcForConvergence = _positionCalcECAL_all_withdepth,
8 showerSigma = cms.double(1.5),
11 timeSigmaEB = cms.double(10),
12 timeSigmaEE = cms.double(10),
13 stoppingTolerance = cms.double(1e-8),
14 maxIterations = cms.uint32(50),
15 excludeOtherSeeds = cms.bool(
True),
16 minFracTot = cms.double(1e-20),
17 maxNSigmaTime = cms.double(10.),
18 minChi2Prob = cms.double(0.),
19 clusterTimeResFromSeed = cms.bool(
False),
20 recHitEnergyNorms = cms.VPSet(
21 cms.PSet( detector = cms.string(
"ECAL_BARREL"),
22 recHitEnergyNorm = cms.double(0.08)
24 cms.PSet( detector = cms.string(
"ECAL_ENDCAP"),
25 recHitEnergyNorm = cms.double(0.3)
28 timeResolutionCalcBarrel = _timeResolutionECALBarrel,
29 timeResolutionCalcEndcap = _timeResolutionECALEndcap,