CMS 3D CMS Logo

Era_Phase2C9_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_hgcalV10_cff import phase2_hgcalV10
5 from Configuration.Eras.Modifier_phase2_hgcalV11_cff import phase2_hgcalV11
6 
7 Phase2C9 = cms.ModifierChain(Phase2, phase2_hgcalV10, phase2_hgcalV11)
8