1 import FWCore.ParameterSet.Config
as cms
5 egammaHBHERecHit = cms.PSet(
6 hbheRecHits = cms.InputTag(
'hbhereco'),
7 recHitEThresholdHB = _thresholdsHBphase1,
8 recHitEThresholdHE = _thresholdsHEphase1,
9 maxHcalRecHitSeverity = cms.int32(9),
12 egammaHBHERecHit_2022_rereco = egammaHBHERecHit.clone(
13 recHitEThresholdHB = _thresholdsHBphase1_2022_rereco
16 from Configuration.Eras.Modifier_run3_egamma_2022_rereco_cff
import run3_egamma_2022_rereco
17 run3_egamma_2022_rereco.toReplaceWith(egammaHBHERecHit,egammaHBHERecHit_2022_rereco)