CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/L1Trigger/Configuration/python/CaloTriggerPrimitives_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # ECAL TPG
00004 from SimCalorimetry.EcalTrigPrimProducers.ecalTriggerPrimitiveDigis_with_suppressed_cfi import *
00005 
00006 # HCAL TPG
00007 from SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cff import *
00008 
00009 #
00010 CaloTriggerPrimitives = cms.Sequence(simEcalTriggerPrimitiveDigis*simHcalTriggerPrimitiveDigis)
00011