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(particleFlowClusterOOTECAL,
9  energyCorrector = dict(
10  maxPtForMVAEvaluation = 90., srfAwareCorrection = False,
11  recHitsEBLabel = "reducedEcalRecHitsEB", recHitsEELabel = "reducedEcalRecHitsEE"
12  )
13  )