CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersConfig_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from L1TriggerConfig.GMTConfigProducers.L1MuGMTParameters_cfi import *
00004 
00005 L1MuGMTParametersRcdSource = cms.ESSource("EmptyESSource",
00006     recordName = cms.string('L1MuGMTParametersRcd'),
00007     iovIsRunNotTime = cms.bool(True),
00008     firstValid = cms.vuint32(1)
00009 )
00010 
00011 
00012 L1MuGMTChannelMaskRcdSource = cms.ESSource("EmptyESSource",
00013     recordName = cms.string('L1MuGMTChannelMaskRcd'),
00014     iovIsRunNotTime = cms.bool(True),
00015     firstValid = cms.vuint32(1)
00016 )