Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 L1MuGMTRSKeysOnline = cms.ESProducer("L1MuGMTRSKeysOnlineProd",
0003     onlineAuthentication = cms.string('.'),
0004     subsystemLabel = cms.string('L1MuGMT'),
0005     onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
0006     enableL1MuGMTChannelMask = cms.bool( True )
0007 )