CMS 3D CMS Logo

Era_Phase2C11M9_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Configuration.Eras.Era_Phase2C11_cff import Phase2C11
4 from Configuration.Eras.Modifier_phase2_GE0_cff import phase2_GE0
5 
6 Phase2C11M9 = cms.ModifierChain(Phase2C11, phase2_GE0)