CMS 3D CMS Logo

DTFrontierCabling_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 DTCabling = cms.ESSource("PoolDBESSource",
5  CondDBSetup,
6  timetype = cms.string('runnumber'),
7  toGet = cms.VPSet(cms.PSet(
8  record = cms.string('DTReadOutMappingRcd'),
9  tag = cms.string('DTROMap')
10  )),
11  connect = cms.string('frontier://FrontierDev/CMS_COND_DT'),
12  siteLocalConfig = cms.untracked.bool(True)
13 )
14 
15