CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Era_Phase2C12_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_hfnose_cff import phase2_hfnose
5 
6 Phase2C12 = cms.ModifierChain(Phase2C11, phase2_hfnose)
7