4 particleFlowClusterECAL = cms.EDProducer(
"PFClusterProducer",
6 verbose = cms.untracked.bool(
False),
8 applyCrackCorrections = cms.bool(
False),
10 PFRecHits = cms.InputTag(
"particleFlowRecHitECAL"),
11 PFClustersPS = cms.InputTag(
'particleFlowClusterPS'),
12 thresh_Preshower = cms.double(0.0),
17 thresh_Seed_Barrel = cms.double(0.23),
18 thresh_Pt_Seed_Barrel = cms.double(0.00),
20 thresh_Barrel = cms.double(0.08),
21 thresh_Pt_Barrel = cms.double(0.00),
23 thresh_Clean_Barrel = cms.double(4.0),
24 minS4S1_Clean_Barrel = cms.vdouble(0.04, -0.024),
26 thresh_DoubleSpike_Barrel = cms.double(10.),
27 minS6S2_DoubleSpike_Barrel = cms.double(0.04),
29 thresh_Seed_Endcap = cms.double(0.6),
30 thresh_Pt_Seed_Endcap = cms.double(0.15),
32 thresh_Endcap = cms.double(0.3),
33 thresh_Pt_Endcap = cms.double(0.00),
35 thresh_Clean_Endcap = cms.double(15.0),
36 minS4S1_Clean_Endcap = cms.vdouble(0.02, -0.0125),
38 thresh_DoubleSpike_Endcap = cms.double(1E9),
39 minS6S2_DoubleSpike_Endcap = cms.double(-1.),
43 nNeighbours = cms.int32(8),
45 showerSigma = cms.double(1.5),
47 posCalcNCrystal = cms.int32(9),
49 useCornerCells = cms.bool(
True),
51 cleanRBXandHPDs = cms.bool(
False),
52 PositionCalcType = cms.string(
'EGPositionCalc'),
54 PositionCalcConfig = cms.PSet( T0_barl = cms.double(7.4),
55 T0_endc = cms.double(3.1),
56 T0_endcPresh = cms.double(1.2),
57 LogWeighted = cms.bool(
True),
65 depthCor_Mode = cms.int32(1),
68 depthCor_A = cms.double(0.89),
69 depthCor_B = cms.double(7.4),
72 depthCor_A_preshower = cms.double(0.89),
73 depthCor_B_preshower = cms.double(4.0)