CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1GtTscObjectKeysOnline_cfi.py
Go to the documentation of this file.
1 # cfi file to produce the L1 GT keys
2 
3 import FWCore.ParameterSet.Config as cms
4 l1GtTscObjectKeysOnline = cms.ESProducer("L1GtTscObjectKeysOnlineProd",
5  onlineAuthentication = cms.string('.'),
6  subsystemLabel = cms.string('GT'),
7  onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
8  #
9  EnableL1GtParameters = cms.bool( True ),
10  EnableL1GtTriggerMenu = cms.bool( True ),
11  EnableL1GtPsbSetup = cms.bool( True )
12 
13 )