CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCOrconCabling_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 RPCCabling = cms.ESSource("PoolDBESSource",
5  CondDBSetup,
6  toGet = cms.VPSet(cms.PSet(
7  record = cms.string('RPCEMapRcd'),
8  tag = cms.string('RPCEMap_v2')
9  )),
10  connect = cms.string('oracle://orcon/CMS_COND_ON_200_RPC')
11 )
12 
13