1 import FWCore.ParameterSet.Config
as cms
5 L1MuGMTParametersRcdSource = cms.ESSource(
"EmptyESSource",
6 recordName = cms.string(
'L1MuGMTParametersRcd'),
7 iovIsRunNotTime = cms.bool(
True),
8 firstValid = cms.vuint32(1)
12 L1MuGMTChannelMaskRcdSource = cms.ESSource(
"EmptyESSource",
13 recordName = cms.string(
'L1MuGMTChannelMaskRcd'),
14 iovIsRunNotTime = cms.bool(
True),
15 firstValid = cms.vuint32(1)