CMS 3D CMS Logo

L1SubsystemKeysOnlineExt_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 L1SubsystemKeysOnlineExt = cms.ESProducer("L1SubsystemKeysOnlineProdExt",
4  onlineAuthentication = cms.string('.'),
5  tscKey = cms.string('dummy'),
6  rsKey = cms.string('dummy'),
7  onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
8  forceGeneration = cms.bool(False)
9 )
10 
11