CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/EventFilter/RPCRawToDigi/python/RPCSQLiteCabling_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CondCore.DBCommon.CondDBSetup_cfi import *
00004 CondDBSetup.DBParameters.authenticationPath = cms.untracked.string('/afs/cern.ch/cms/DB/conddb')
00005 RPCCabling = cms.ESSource("PoolDBESSource",
00006     CondDBSetup,
00007     toGet = cms.VPSet(cms.PSet(
00008         record = cms.string('RPCEMapRcd'),
00009         tag = cms.string('RPCEMap_v2')
00010     )),
00011 #    connect = cms.string('sqlite_file:RPCEMap_181007.db')
00012     connect = cms.string('oracle://cms_orcoff_prod/CMS_COND_36X_RPC')
00013 )
00014 
00015