CMS 3D CMS Logo

l1RCTOmdsFedVectorProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1RCTOmdsFedVectorProducer = cms.ESProducer("L1RCTOmdsFedVectorProducer",
4  connectionString = cms.string("oracle://cms_orcoff_prod/CMS_RUNINFO"),
5  authpath = cms.string("/afs/cern.ch/cms/DB/conddb"),
6  tableToRead = cms.string("RUNSESSION_PARAMETER")
7  )
8