CMS 3D CMS Logo

Era_Phase2C18I13M9_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
4 from Configuration.Eras.Modifier_phase2_hfnose_cff import phase2_hfnose
5 
6 Phase2C18I13M9 = cms.ModifierChain(Phase2C17I13M9, phase2_hfnose)