Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from L1TriggerConfig.L1ScalesProducers.L1CaloInputScalesConfig_cff import *
00005 from L1TriggerConfig.RCTConfigProducers.L1RCTConfig_cfi import *
00006
00007 l1RctParamsRecords = cms.ESSource("EmptyESSource",
00008 recordName = cms.string('L1RCTParametersRcd'),
00009 iovIsRunNotTime = cms.bool(True),
00010 firstValid = cms.vuint32(1)
00011 )
00012
00013
00014 l1RctMaskRcds = cms.ESSource("EmptyESSource",
00015 recordName = cms.string('L1RCTChannelMaskRcd'),
00016 iovIsRunNotTime = cms.bool(True),
00017 firstValid = cms.vuint32(1)
00018 )
00019
00020
00021