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_cfi import *
0005 
0006 
0007 # esmodule creating  records + corresponding empty essource
0008 # when commented, one takes the configuration from the global tag
0009 #
0010 #from SimCalorimetry.EcalTrigPrimProducers.ecalTrigPrimESProducer_cff import *
0011 
0012 #Common
0013 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
0014 phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )