CMS 3D CMS Logo

RPCFrontierCabling_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 RPCCabling = cms.ESSource("PoolDBESSource",
00005     condDBSetup,
00006     toGet = cms.VPSet(cms.PSet(
00007         record = cms.string('RPCEMapRcd'),
00008         tag = cms.string('RPCEMap_v2')
00009     )),
00010     connect = cms.string('frontier://FrontierDev/CMS_COND_RPC')
00011 )
00012 
00013 

Generated on Tue Jun 9 17:34:47 2009 for CMSSW by  doxygen 1.5.4