CMS 3D CMS Logo

ecalTrigPrimSpikeESProducer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # esmodule creating records + corresponding empty essource
4 EcalTrigPrimSpikeESProducer = cms.ESProducer("EcalTrigPrimSpikeESProducer",
5  TCCZeroingThreshold = cms.untracked.uint32(1023)
6 )
7 
8 tpspikeparms = cms.ESSource("EmptyESSource",
9  recordName = cms.string('EcalTPGSpikeRcd'),
10  iovIsRunNotTime = cms.bool(True),
11  firstValid = cms.vuint32(1)
12 )
13