CMS 3D CMS Logo

particleFlowClusterOOTECAL_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 particleFlowClusterOOTECAL = particleFlowClusterECAL.clone()
5 particleFlowClusterOOTECAL.inputECAL = cms.InputTag("particleFlowClusterOOTECALUncorrected")
6 
7 from Configuration.Eras.Modifier_run2_miniAOD_80XLegacy_cff import run2_miniAOD_80XLegacy
8 run2_miniAOD_80XLegacy.toModify(
9  particleFlowClusterOOTECAL.energyCorrector,
10  recHitsEBLabel = "reducedEcalRecHitsEB",
11  recHitsEELabel = "reducedEcalRecHitsEE"
12 )