CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/RPCRawToDigi/python/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 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('frontier://FrontierProd/CMS_COND_36X_RPC')
00012 )
00013 
00014