CMS 3D CMS Logo

Era_Phase2C4_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Configuration.Eras.Era_Phase2_cff import Phase2
4 from Configuration.Eras.Modifier_phase2_hgcalV9_cff import phase2_hgcalV9
5 
6 Phase2C4 = cms.ModifierChain(Phase2, phase2_hgcalV9)
7