1 = cms.EDProducer(
"EgammaSCCorrectionMaker",
2 corectedSuperClusterCollection = cms.string(
''),
3 sigmaElectronicNoise = cms.double(0.15),
4 superClusterAlgo = cms.string(
'Multi5x5'),
5 etThresh = cms.double(0.0),
6 rawSuperClusterProducer = cms.InputTag(
"multi5x5SuperClustersWithPreshower"),
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(
False),
15 fix_fCorrPset = cms.PSet(
16 brLinearLowThr = cms.double(0.9),
18 fBremVec = cms.vdouble(-0.05228, 0.08738, 0.9508, 0.002677, 1.221),
19 brLinearHighThr = cms.double(6.0),
21 fEtEtaVec = cms.vdouble(1,
28 VerbosityLevel = cms.string(
'ERROR'),
29 recHitProducer = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEE")