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

from Configuration.Eras.Era_Phase2C11I13_cff import Phase2C11I13
from Configuration.Eras.Modifier_phase2_GE0_cff import phase2_GE0

Phase2C11I13M9 = cms.ModifierChain(Phase2C11I13, phase2_GE0)