CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1MuGMTParametersOnlineProducer = cms.ESProducer("L1MuGMTParametersOnlineProducer",
00004                                        onlineDB = cms.string("oracle://CMS_OMDS_LB/CMS_TRG_R"),
00005                                        onlineAuthentication = cms.string("."),
00006                                        forceGeneration = cms.bool(False),
00007                                        ignoreVersionMismatch = cms.bool(False)
00008 )