CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/L1TriggerConfig/RCTConfigProducers/python/L1RCTConfigPatternTests_cff.py

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