1 import FWCore.ParameterSet.Config
as cms
2 L1MuGMTRSKeysOnline = cms.ESProducer(
"L1MuGMTRSKeysOnlineProd",
3 onlineAuthentication = cms.string(
'.'),
4 subsystemLabel = cms.string(
'L1MuGMT'),
5 onlineDB = cms.string(
'oracle://CMS_OMDS_LB/CMS_TRG_R'),
6 enableL1MuGMTChannelMask = cms.bool(
True )