Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from L1TriggerConfig.GctConfigProducers.l1GctConfig_cfi import *
00004 l1GctParamsRecords = cms.ESSource("EmptyESSource",
00005 recordName = cms.string('L1GctJetFinderParamsRcd'),
00006 iovIsRunNotTime = cms.bool(True),
00007 firstValid = cms.vuint32(1)
00008 )
00009
00010 l1GctChanMaskRecords = cms.ESSource("EmptyESSource",
00011 recordName = cms.string('L1GctChannelMaskRcd'),
00012 iovIsRunNotTime = cms.bool(True),
00013 firstValid = cms.vuint32(1)
00014 )
00015
00016