1 import FWCore.ParameterSet.Config
as cms
3 from Configuration.Eras.Era_Phase2_cff
import Phase2
4 from Configuration.Eras.Modifier_phase2_hgcalV10_cff
import phase2_hgcalV10
5 from Configuration.Eras.Modifier_phase2_hgcalV11_cff
import phase2_hgcalV11
7 Phase2C9 = cms.ModifierChain(Phase2, phase2_hgcalV10, phase2_hgcalV11)