CMS 3D CMS Logo

Era_Phase2C11I13_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_etlV4_cff import phase2_etlV4
5 
6 Phase2C11I13 = cms.ModifierChain(Phase2C11, phase2_etlV4)