1 import FWCore.ParameterSet.Config
as cms
7 l1RctParamsRecords = cms.ESSource(
"EmptyESSource",
8 recordName = cms.string(
'L1RCTParametersRcd'),
9 iovIsRunNotTime = cms.bool(
True),
10 firstValid = cms.vuint32(1)
14 l1RctMaskRcds = cms.ESSource(
"EmptyESSource",
15 recordName = cms.string(
'L1RCTChannelMaskRcd'),
16 iovIsRunNotTime = cms.bool(
True),
17 firstValid = cms.vuint32(1)