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