CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/L1TriggerConfig/RCTConfigProducers/python/L1RCTConfig_cff.py

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