Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:32

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Configuration.Eras.Era_Phase2_cff import Phase2
0004 from Configuration.Eras.Modifier_phase2_hgcalV10_cff import phase2_hgcalV10
0005 from Configuration.Eras.Modifier_phase2_hgcalV11_cff import phase2_hgcalV11
0006 
0007 Phase2C9 = cms.ModifierChain(Phase2, phase2_hgcalV10, phase2_hgcalV11)
0008