CMS 3D CMS Logo

DTFrontierCabling_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 DTCabling = cms.ESSource("PoolDBESSource",
00005     condDBSetup,
00006     timetype = cms.string('runnumber'),
00007     toGet = cms.VPSet(cms.PSet(
00008         record = cms.string('DTReadOutMappingRcd'),
00009         tag = cms.string('DTROMap')
00010     )),
00011     connect = cms.string('frontier://FrontierDev/CMS_COND_DT'),
00012     siteLocalConfig = cms.untracked.bool(True)
00013 )
00014 
00015 

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