1 = cms.EDProducer(
"EgammaSCCorrectionMaker",
2 corectedSuperClusterCollection = cms.string(
''),
3 sigmaElectronicNoise = cms.double(0.03),
4 superClusterAlgo = cms.string(
'Hybrid'),
5 etThresh = cms.double(0.0),
6 rawSuperClusterProducer = cms.InputTag(
"hybridSuperClusters"),
7 applyEnergyCorrection = cms.bool(
True),
8 energyCorrectorName = cms.string(
"EcalClusterEnergyCorrectionObjectSpecific"),
10 modeEE = cms.int32(0),
11 applyCrackCorrection = cms.bool(
True),
12 crackCorrectorName = cms.string(
'EcalClusterCrackCorrection'),
13 applyLocalContCorrection= cms.bool(
True),
14 localContCorrectorName = cms.string(
'EcalBasicClusterLocalContCorrection'),
16 hyb_fCorrPset = cms.PSet(
18 brLinearLowThr = cms.double(1.1),
19 fBremVec = cms.vdouble(-0.04382, 0.1169, 0.9267, -0.0009413, 1.419),
20 brLinearHighThr = cms.double(8.0),
22 fEtEtaVec = cms.vdouble(0,
23 1.00121, -0.63672, 0, 0,
24 0, 0.5655, 6.457, 0.5081,
27 recHitProducer = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEB")