CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/GctConfigProducers/python/L1GctConfig_cff.py

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