1 import FWCore.ParameterSet.Config
as cms
10 l1RctParamsRecords = cms.ESSource(
"EmptyESSource",
11 recordName = cms.string(
'L1RCTParametersRcd'),
12 iovIsRunNotTime = cms.bool(
True),
13 firstValid = cms.vuint32(1)
17 l1RctMaskRcds = cms.ESSource(
"EmptyESSource",
18 recordName = cms.string(
'L1RCTChannelMaskRcd'),
19 iovIsRunNotTime = cms.bool(
True),
20 firstValid = cms.vuint32(0)