diff --git a/Configuration/Eras/python/Era_Run3_2026_cff.py b/Configuration/Eras/python/Era_Run3_2026_cff.py index 571f93382441d..6cda7445a1530 100644 --- a/Configuration/Eras/python/Era_Run3_2026_cff.py +++ b/Configuration/Eras/python/Era_Run3_2026_cff.py @@ -1,5 +1,6 @@ import FWCore.ParameterSet.Config as cms from Configuration.Eras.Era_Run3_2025_cff import Run3_2025 +from Configuration.ProcessModifiers.PixelCPEGeneric_cff import PixelCPEGeneric -Run3_2026 = cms.ModifierChain(Run3_2025) +Run3_2026 = cms.ModifierChain(Run3_2025, PixelCPEGeneric)