CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/L1TriggerConfig/RPCTriggerConfig/python/RPCHwConfigOffline_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 L1RPCHwConfigOffline = cms.ESSource("PoolDBESSource",
00005     CondDBSetup,
00006     toGet = cms.VPSet(cms.PSet(
00007         record = cms.string('L1RPCHwConfigRcd'),
00008         tag = cms.string('L1RPCHwConfig_v1')
00009     )),
00010     connect = cms.string('oracle://cms_orcoff_prod/CMS_COND_31X_RPC')
00011 )
00012 
00013 
00014