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_with_suppressed_cfi import *
0005 
0006 # esmodule creating  records + corresponding empty essource
0007 from SimCalorimetry.EcalTrigPrimProducers.ecalTrigPrimESProducer_mc_cff import *
0008 
0009 
0010 #Common
0011 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
0012 phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )