1
2
3
4
5
6
7
8
|
import FWCore.ParameterSet.Config as cms
from Configuration.Eras.Era_Phase2_cff import Phase2
from Configuration.Eras.Modifier_phase2_hgcalV10_cff import phase2_hgcalV10
from Configuration.Eras.Modifier_phase2_hgcalV11_cff import phase2_hgcalV11
Phase2C9 = cms.ModifierChain(Phase2, phase2_hgcalV10, phase2_hgcalV11)
|