CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalTrigPrimSpikeESProducer_cff.py
Go to the documentation of this file.
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