Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # esmodule creating  records + corresponding empty essource
0004 EcalTrigPrimSpikeESProducer = cms.ESProducer("EcalTrigPrimSpikeESProducer",
0005     TCCZeroingThreshold = cms.untracked.uint32(1023)
0006 )
0007 
0008 tpspikeparms = cms.ESSource("EmptyESSource",
0009     recordName = cms.string('EcalTPGSpikeRcd'),
0010     iovIsRunNotTime = cms.bool(True),
0011     firstValid = cms.vuint32(1)
0012 )
0013