CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/L1TriggerConfig/L1GtConfigProducers/python/l1GtTscObjectKeysOnline_cfi.py

Go to the documentation of this file.
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 )