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

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

Phase2C11I13T26M9 = cms.ModifierChain(Phase2C11I13, phase2_squarePixels, phase2_GE0)