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_Phase2C9_cff import Phase2C9
0004 from Configuration.Eras.Modifier_phase2_hgcalV12_cff import phase2_hgcalV12
0005 
0006 Phase2C11 = cms.ModifierChain(Phase2C9, phase2_hgcalV12)
0007