CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCHwConfigOffline_cfi.py
Go to the documentation of this file.
2 
4 L1RPCHwConfigOffline = cms.ESSource("PoolDBESSource",
5  CondDBSetup,
6  toGet = cms.VPSet(cms.PSet(
7  record = cms.string('L1RPCHwConfigRcd'),
8  tag = cms.string('L1RPCHwConfig_v1')
9  )),
10  connect = cms.string('oracle://cms_orcoff_prod/CMS_COND_31X_RPC')
11 )
12 
13 
14