Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:14

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 L1SubsystemKeysOnlineExt = cms.ESProducer("L1SubsystemKeysOnlineProdExt",
0004     onlineAuthentication = cms.string('.'),
0005     tscKey = cms.string('dummy'),
0006     rsKey  = cms.string('dummy'),
0007     onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
0008     forceGeneration = cms.bool(False)
0009 )
0010 
0011