00001 import FWCore.ParameterSet.Config as cms 00002 00003 rpcconf = cms.ESProducer("RPCTriggerConfig", 00004 filedir = cms.untracked.string('L1Trigger/RPCTrigger/data/Eff90PPT12/'), 00005 PACsPerTower = cms.untracked.int32(12) 00006 ) 00007 00008 rpcconfsrc = cms.ESSource("EmptyESSource", 00009 recordName = cms.string('L1RPCConfigRcd'), 00010 iovIsRunNotTime = cms.bool(True), 00011 firstValid = cms.vuint32(1) 00012 ) 00013 00014