1 = cms.EDProducer(
"EgammaSCCorrectionMaker",
2 corectedSuperClusterCollection = cms.string(
''),
3 sigmaElectronicNoise = cms.double(0.15),
4 superClusterAlgo = cms.string(
'FixedMatrix'),
5 etThresh = cms.double(0.0),
6 rawSuperClusterProducer = cms.InputTag(
"fixedMatrixSuperClustersWithPreshower"),
7 applyEnergyCorrection = cms.bool(
True),
9 fix_fCorrPset = cms.PSet(
10 brLinearLowThr = cms.double(0.9),
11 fBremVec = cms.vdouble(-0.1234, 0.2347, 0.8831, 0.002377, 1.037),
12 brLinearHighThr = cms.double(5.0),
13 fEtEtaVec = cms.vdouble(1.002, -0.09255, 0.0, 0.0, -4.072,
14 67.93, -7.333, 0.0, 0.0, 0.0,
16 corrF = cms.vint32(0, 0, 1)
18 VerbosityLevel = cms.string(
'ERROR'),
19 recHitProducer = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEE")