CMS 3D CMS Logo

Era_Phase2C17I13M9_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Configuration.Eras.Era_Phase2C11I13M9_cff import Phase2C11I13M9
4 from Configuration.Eras.Modifier_phase2_hgcalV12_cff import phase2_hgcalV12
5 from Configuration.Eras.Modifier_phase2_hgcalV16_cff import phase2_hgcalV16
6 
7 Phase2C17I13M9 = cms.ModifierChain(Phase2C11I13M9.copyAndExclude([phase2_hgcalV12]),phase2_hgcalV16)