CMS 3D CMS Logo

particleFlowClusterECAL_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoParticleFlow.PFClusterProducer.particleFlowClusterECAL_cfi import particleFlowClusterECAL
4 particleFlowClusterECAL.energyCorrector.applyMVACorrections = True
5 particleFlowClusterECAL.energyCorrector.maxPtForMVAEvaluation = 90.
6 
7 from Configuration.Eras.Modifier_run2_ECAL_2017_cff import run2_ECAL_2017
8 run2_ECAL_2017.toModify(particleFlowClusterECAL,
9  energyCorrector = dict(srfAwareCorrection = True, maxPtForMVAEvaluation = 300.))
10