Line Code
1 2 3 4 5 6
import FWCore.ParameterSet.Config as cms

from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
from Configuration.Eras.Modifier_phase2_hgcalV18_cff import phase2_hgcalV18

Phase2C22I13M9 = cms.ModifierChain(Phase2C17I13M9, phase2_hgcalV18)