1 import FWCore.ParameterSet.Config
as cms
3 hltParticleFlowClusterECALL1Seeded = cms.EDProducer(
"CorrectedECALPFClusterProducer",
4 energyCorrector = cms.PSet(
5 applyCrackCorrections = cms.bool(
False),
6 applyMVACorrections = cms.bool(
True),
7 autoDetectBunchSpacing = cms.bool(
True),
8 bunchSpacing = cms.int32(25),
9 ebSrFlagLabel = cms.InputTag(
"hltEcalDigis"),
10 eeSrFlagLabel = cms.InputTag(
"hltEcalDigis"),
11 maxPtForMVAEvaluation = cms.double(300.0),
12 recHitsEBLabel = cms.InputTag(
"hltRechitInRegionsECAL",
"EcalRecHitsEB"),
13 recHitsEELabel = cms.InputTag(
"hltRechitInRegionsECAL",
"EcalRecHitsEE"),
14 setEnergyUncertainty = cms.bool(
False),
15 srfAwareCorrection = cms.bool(
True)
17 inputECAL = cms.InputTag(
"hltParticleFlowClusterECALUncorrectedL1Seeded"),
18 mightGet = cms.optional.untracked.vstring,
19 skipPS = cms.bool(
True),
20 minimumPSEnergy = cms.double(0)