Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # Trigger Primitive Producer
0004 from SimCalorimetry.EcalTrigPrimProducers.ecalTriggerPrimitiveDigis_mc_cfi import *
0005 # esmodule creating  records + corresponding empty essource
0006 from SimCalorimetry.EcalTrigPrimProducers.ecalTrigPrimESProducer_mc_cff import *
0007 
0008 #Common
0009 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
0010 phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )