CMS 3D CMS Logo

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