CMS 3D CMS Logo

L1MuGMTRSKeysOnline_cfi.py
Go to the documentation of this file.
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 )
7 )