CMS 3D CMS Logo

Era_Phase2C10_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_hfnose_cff import phase2_hfnose
5 
6 Phase2C10 = cms.ModifierChain(Phase2C9, phase2_hfnose)
7