CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Era_Phase2C11_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Configuration.Eras.Era_Phase2C9_cff import Phase2C9
4 from Configuration.Eras.Modifier_phase2_hgcalV12_cff import phase2_hgcalV12
5 
6 Phase2C11 = cms.ModifierChain(Phase2C9, phase2_hgcalV12)
7