00001 import FWCore.ParameterSet.Config as cms 00002 00003 from L1TriggerConfig.L1GtConfigProducers.l1GtStableParameters_cfi import * 00004 # 00005 L1GtStableParametersRcdSource = cms.ESSource("EmptyESSource", 00006 recordName = cms.string('L1GtStableParametersRcd'), 00007 iovIsRunNotTime = cms.bool(True), 00008 firstValid = cms.vuint32(1) 00009 ) 00010 00011