Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:18

0001 # cfi file to produce the L1 GT keys 
0002 
0003 import FWCore.ParameterSet.Config as cms
0004 l1GtTscObjectKeysOnline = cms.ESProducer("L1GtTscObjectKeysOnlineProd",
0005     onlineAuthentication = cms.string('.'),
0006     subsystemLabel = cms.string('GT'),
0007     onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
0008     #
0009     EnableL1GtParameters = cms.bool( True ),
0010     EnableL1GtTriggerMenu = cms.bool( True ),
0011     EnableL1GtPsbSetup = cms.bool( True )
0012     
0013 )