Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:25

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 L1RPCObjectKeysOnline = cms.ESProducer("RPCObjectKeysOnlineProd",
0004     onlineAuthentication = cms.string('.'),
0005     subsystemLabel = cms.string('RPC'),
0006     onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
0007     enableL1RPCConfig = cms.bool(True),
0008     enableL1RPCConeDefinition = cms.bool(True),
0009     enableL1RPCHsbConfig = cms.bool(True),
0010     enableL1RPCBxOrConfig = cms.bool(True)
0011 )
0012 
0013