CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimSpikeESProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # esmodule creating  records + corresponding empty essource
00004 EcalTrigPrimSpikeESProducer = cms.ESProducer("EcalTrigPrimSpikeESProducer",
00005     TCCZeroingThreshold = cms.untracked.uint32(1023)
00006 )
00007 
00008 tpspikeparms = cms.ESSource("EmptyESSource",
00009     recordName = cms.string('EcalTPGSpikeRcd'),
00010     iovIsRunNotTime = cms.bool(True),
00011     firstValid = cms.vuint32(1)
00012 )
00013