00001 import FWCore.ParameterSet.Config as cms 00002 00003 l1RPCBxOrConfig = cms.ESProducer("RPCTriggerBxOrConfig", 00004 lastBX = cms.int32(0), 00005 firstBX = cms.int32(0) 00006 ) 00007 00008 rpcBxOrConfSrc = cms.ESSource("EmptyESSource", 00009 recordName = cms.string('L1RPCBxOrConfigRcd'), 00010 iovIsRunNotTime = cms.bool(True), 00011 firstValid = cms.vuint32(1) 00012 ) 00013