CMS 3D CMS Logo

RCT_RSKeysOnline_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 RCT_RSKeysOnline = cms.ESProducer("L1RCT_RSKeysOnlineProd",
3  onlineAuthentication = cms.string('.'),
4  subsystemLabel = cms.string('RCT_'),
5  onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
6  enableL1RCTChannelMask = cms.bool( True )
7 )