CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/L1TriggerConfig/L1ScalesProducers/python/L1MuGMTScalesConfig_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from L1TriggerConfig.L1ScalesProducers.L1MuGMTScales_cfi import *
00004 L1MuGMTScalesRcdSource = cms.ESSource("EmptyESSource",
00005     recordName = cms.string('L1MuGMTScalesRcd'),
00006     iovIsRunNotTime = cms.bool(True),
00007     firstValid = cms.vuint32(1)
00008 )
00009 
00010