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_Phase2C11I13M9_cff import Phase2C11I13M9
0004 from Configuration.Eras.Modifier_phase2_hgcalV12_cff import phase2_hgcalV12
0005 from Configuration.Eras.Modifier_phase2_hgcalV16_cff import phase2_hgcalV16
0006 
0007 Phase2C17I13M9 = cms.ModifierChain(Phase2C11I13M9.copyAndExclude([phase2_hgcalV12]),phase2_hgcalV16)