00001 import FWCore.ParameterSet.Config as cms 00002 00003 l1RPCHsbConfig = cms.ESProducer("RPCTriggerHsbConfig", 00004 hsb0Mask = cms.vint32(3, 3, 3, 3, 3, 3, 3, 3), 00005 hsb1Mask = cms.vint32(3, 3, 3, 3, 3, 3, 3, 3) 00006 ) 00007 00008 rpchsbConfSrc = cms.ESSource("EmptyESSource", 00009 recordName = cms.string('L1RPCHsbConfigRcd'), 00010 iovIsRunNotTime = cms.bool(True), 00011 firstValid = cms.vuint32(1) 00012 ) 00013