CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Era_Phase2C11I13T26M9_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Configuration.Eras.Era_Phase2C11I13_cff import Phase2C11I13
4 from Configuration.Eras.Modifier_phase2_squarePixels_cff import phase2_squarePixels
5 from Configuration.Eras.Modifier_phase2_GE0_cff import phase2_GE0
6 
7 Phase2C11I13T26M9 = cms.ModifierChain(Phase2C11I13, phase2_squarePixels, phase2_GE0)