Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:54:03

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # ECAL TPG
0004 from SimCalorimetry.EcalTrigPrimProducers.ecalTriggerPrimitiveDigis_with_suppressed_cfi import *
0005 
0006 # HCAL TPG
0007 from SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cff import *
0008 
0009 #
0010 CaloTriggerPrimitives = cms.Sequence(simEcalTriggerPrimitiveDigis*simHcalTriggerPrimitiveDigis)
0011