00001 # cfi file to produce the L1 GT keys 00002 00003 import FWCore.ParameterSet.Config as cms 00004 l1GtTscObjectKeysOnline = cms.ESProducer("L1GtTscObjectKeysOnlineProd", 00005 onlineAuthentication = cms.string('.'), 00006 subsystemLabel = cms.string('GT'), 00007 onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'), 00008 # 00009 EnableL1GtParameters = cms.bool( True ), 00010 EnableL1GtTriggerMenu = cms.bool( True ), 00011 EnableL1GtPsbSetup = cms.bool( True ) 00012 00013 )