CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/RCTConfigProducers/python/l1RCTOmdsFedVectorProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1RCTOmdsFedVectorProducer = cms.ESProducer("L1RCTOmdsFedVectorProducer",
00004                                             connectionString = cms.string("oracle://cms_orcoff_prod/CMS_RUNINFO"),
00005                                             authpath = cms.string("/afs/cern.ch/cms/DB/conddb"),
00006                                             tableToRead = cms.string("RUNSESSION_PARAMETER")
00007                                             )
00008