1 import FWCore.ParameterSet.Config
as cms
4 l1GctParamsRecords = cms.ESSource(
"EmptyESSource",
5 recordName = cms.string(
'L1GctJetFinderParamsRcd'),
6 iovIsRunNotTime = cms.bool(
True),
7 firstValid = cms.vuint32(1)
10 l1GctChanMaskRecords = cms.ESSource(
"EmptyESSource",
11 recordName = cms.string(
'L1GctChannelMaskRcd'),
12 iovIsRunNotTime = cms.bool(
True),
13 firstValid = cms.vuint32(1)